Public Key Credential Request Options
@Serializable
WebAuthn credential request options for passkey authentication. Matches the WebAuthn PublicKeyCredentialRequestOptions structure.
Constructors
Link copied to clipboard
constructor(challenge: String, rpId: String, timeout: Long = 60000, userVerification: String = "required", allowCredentials: List<CredentialDescriptor> = emptyList(), extensions: WebAuthnExtensions? = null)