RawRegistrationResponse

data class RawRegistrationResponse(val credentialId: CredentialId, val clientDataJson: Base64UrlBytes, val attestationObject: Base64UrlBytes, val authenticatorAttachment: AuthenticatorAttachment? = null, val extensions: AuthenticationExtensionsClientOutputs? = null)

Byte-preserving credential-creation output before protocol interpretation.

Raw marks values obtained from a platform or transport boundary. It does not imply that the contained bytes, credential type, or extension results have been validated for a ceremony.

Constructors

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

Properties

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