NMAAuthenticatorAaid

public class NMAAuthenticatorAaid : NSObject

Collects the Authentication Attestation IDs of all supported NMAAuthenticators.

  • The raw value of the AAID.

    Declaration

    Swift

    @objc
    public let rawValue: String
  • pin

    The AAID of the PIN authenticator.

    Declaration

    Swift

    @objc
    public static let pin: NMAAuthenticatorAaid
  • The AAID of the Fingerprint authenticator.

    Declaration

    Swift

    @objc
    public static let fingerprint: NMAAuthenticatorAaid
  • The AAID of the Biometric authenticator.

    Declaration

    Swift

    @objc
    public static let faceRecognition: NMAAuthenticatorAaid
  • 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

    @objc
    public static let devicePasscode: NMAAuthenticatorAaid