RawAuthenticationResponse
data class RawAuthenticationResponse(val credentialId: CredentialId, val clientDataJson: Base64UrlBytes, val authenticatorData: Base64UrlBytes, val signature: Base64UrlBytes, val userHandle: UserHandle? = null, val authenticatorAttachment: AuthenticatorAttachment? = null, val extensions: AuthenticationExtensionsClientOutputs? = null)
Byte-preserving assertion 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, authenticatorData: Base64UrlBytes, signature: Base64UrlBytes, userHandle: UserHandle? = null, authenticatorAttachment: AuthenticatorAttachment? = null, extensions: AuthenticationExtensionsClientOutputs? = null)