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

PublicKeyCredentialDescriptorJSON

Represents a public key credential descriptor in JSON format. Used to identify credentials for exclusion or allowance during WebAuthn ceremonies.

interface PublicKeyCredentialDescriptorJSON {
type: PublicKeyCredentialType;
}

§Properties

§

The credential ID in base64url format.

§

How the authenticator communicates with clients.

§
type: PublicKeyCredentialType
[src]

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