DeviceOwnerAuthentication
public enum DeviceOwnerAuthentication : CaseIterable, Sendable
Indicates whether the device is set up with passcode or biometrics.
-
This is returned when
CardHolderVerificationMethodis configured withbiometricOnlyand biometric is not enrolled on the device.Declaration
Swift
case biometricNotSet -
This is returned when
CardHolderVerificationMethodis configured withuserPresenceand passcode is not set on the device.Declaration
Swift
case passcodeNotSet -
This is returned when the device is properly set up with passcode and biometric, or only passcode, according to the selected
CardHolderVerificationMethod.Declaration
Swift
case supported
DeviceOwnerAuthentication Enumeration Reference