RegistrationResponse

data class RegistrationResponse(val credentialId: CredentialId, val clientDataJson: Base64UrlBytes, val attestationObject: Base64UrlBytes, val rawAuthenticatorData: AuthenticatorData, val attestedCredentialData: AttestedCredentialData, val authenticatorAttachment: AuthenticatorAttachment? = null, val extensions: AuthenticationExtensionsClientOutputs? = null)

W3C WebAuthn L3: §5.2. AuthenticatorAttestationResponse Interface

Constructors

Link copied to clipboard
constructor(credentialId: CredentialId, clientDataJson: Base64UrlBytes, attestationObject: Base64UrlBytes, rawAuthenticatorData: AuthenticatorData, attestedCredentialData: AttestedCredentialData, authenticatorAttachment: AuthenticatorAttachment? = null, extensions: AuthenticationExtensionsClientOutputs? = null)