AuthenticatorProtectionStatus
public enum AuthenticatorProtectionStatus
The type describing the authenticator protection status.
-
This option is used if the application must retrieve a PIN.
- pinProtectionStatus: Information about the current PIN protection status
Declaration
Swift
case pin(pinProtectionStatus: PINAuthenticatorProtectionStatus? = nil)
-
This option is used if the application doesn’t have to handle user verification.
Declaration
Swift
case osManaged