RegistrationResponseJSON
A slightly-modified RegistrationCredential to simplify working with ArrayBuffers that are Base64URL-encoded in the browser so that they can be sent as JSON to the server.
interface RegistrationResponseJSON {
authenticatorAttachment?: AuthenticatorAttachment;
clientExtensionResults: AuthenticationExtensionsClientOutputs;
id: Base64URLString;
rawId: Base64URLString;
response: AuthenticatorAttestationResponseJSON;
type: PublicKeyCredentialType;
}§Properties
§
authenticatorAttachment?: AuthenticatorAttachment
[src]The authenticator attachment modality in effect at the time of credential creation.
§
clientExtensionResults: AuthenticationExtensionsClientOutputs
[src]The results of processing client extensions.