CardHolderVerificationMethod

public enum CardHolderVerificationMethod : Sendable

Verification methods available to the user.

  • Constraint to access an item with Touch ID for any enrolled fingerprints, or Face ID.

    Declaration

    Swift

    case biometricOnly
  • Constraint to access an item with either biometry or passcode. MPA could change the access control to Biometric or Device passcode during verification.

    Declaration

    Swift

    case userPresence