AuthenticatorSelection

@Serializable
data class AuthenticatorSelection(val authenticatorAttachment: String? = null, val residentKey: String = "required", val requireResidentKey: Boolean = true, val userVerification: String = "required")

Authenticator selection criteria for registration.

Constructors

Link copied to clipboard
constructor(authenticatorAttachment: String? = null, residentKey: String = "required", requireResidentKey: Boolean = true, userVerification: String = "required")

Properties

Link copied to clipboard

Authenticator attachment modality ("platform" or "cross-platform")

Link copied to clipboard

Whether resident key is required (deprecated, use residentKey)

Link copied to clipboard

Resident key requirement

Link copied to clipboard

User verification requirement