AuthenticatorAaid
public enum AuthenticatorAaid : String, CaseIterable
Collects the Authentication Attestation IDs of all supported Authenticator
s.
-
The AAID of the PIN authenticator. The PIN authenticator is managed by the SDK and is not the device passcode (see
DevicePasscode
) defined in the operating system settings.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"
-
The AAID of the password authenticator. The password authenticator is managed by the SDK and is not the device passcode (see
DevicePasscode
) defined in the operating system settings. The main difference with the PIN authenticator is that a password can contain characters that are not digits.Declaration
Swift
case Password = "F1D0#1005"