AuthenticationResponse

data class AuthenticationResponse(val credentialId: CredentialId, val clientDataJson: Base64UrlBytes, val rawAuthenticatorData: Base64UrlBytes, val authenticatorData: AuthenticatorData, val signature: Base64UrlBytes, val userHandle: UserHandle? = null, val authenticatorAttachment: AuthenticatorAttachment? = null, val extensions: AuthenticationExtensionsClientOutputs? = null)

W3C WebAuthn L3: §5.2.1. AuthenticatorAssertionResponse Interface

Constructors

Link copied to clipboard
constructor(credentialId: CredentialId, clientDataJson: Base64UrlBytes, rawAuthenticatorData: Base64UrlBytes, authenticatorData: AuthenticatorData, signature: Base64UrlBytes, userHandle: UserHandle? = null, authenticatorAttachment: AuthenticatorAttachment? = null, extensions: AuthenticationExtensionsClientOutputs? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard