RequiredUserInteraction
public enum RequiredUserInteraction : Equatable, Codable, Hashable
Detailed actions that users must take to resolve a credential issue.
See also
userInteractionRequired(_:)
-
The user must complete OTP authorization via the provided URL.
Declaration
Swift
case completeOtpAuthorization(otpUrl: URL)
Parameters
otpUrl
Specifies the webpage where the OTP should be entered.
-
The user must enable internet connectivity.
Declaration
Swift
case enableInternet
-
The user must enable Bluetooth on the device.
Declaration
Swift
case enableBluetooth
-
The user must grant Bluetooth permission to the app.
Declaration
Swift
case grantBluetoothPermission
-
The user must restart the app to resolve the issue.
Declaration
Swift
case appRestartRequired