Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
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.

§

The credential ID (same as rawId for JSON).

§

The raw credential ID in base64url format.

§

The authenticator's response to the client's request to create a credential.

§
type: PublicKeyCredentialType
[src]

The type of the credential (always "public-key").