AuthenticatorAaid
public enum AuthenticatorAaid : String, CaseIterable
Collects the Authentication Attestation IDs of all supported Authenticator
s.
-
The AAID of the PIN authenticator.
Declaration
Swift
case Pin = "F1D0#1001"
-
The AAID of the Fingerprint authenticator.
Declaration
Swift
case Fingerprint = "F1D0#1002"
-
The AAID of the Biometric authenticator.
Declaration
Swift
case FaceRecognition = "F1D0#1003"
-
The AAID of the device Passcode authenticator. This is the passcode used to lock your device and is defined in the operating system settings.
Declaration
Swift
case DevicePasscode = "F1D0#1004"