AuthenticatorSelectionCriteria
public struct AuthenticatorSelectionCriteria : Codable
Represents the authenticator selection criteria.
-
The authenticator attachment.
Declaration
Swift
public let authenticatorAttachment: AuthenticatorAttachment? -
Whether a resident key is required.
Declaration
Swift
public let requireResidentKey: Bool? -
The user verification requirement.
Declaration
Swift
public let userVerification: UserVerificationRequirement?
View on GitHub