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

PublicKeyCredential

Available only in secure contexts.

interface PublicKeyCredential extends Credential {
readonly rawId: ArrayBuffer;
readonly response: AuthenticatorResponse;
getClientExtensionResults(): AuthenticationExtensionsClientOutputs;
}
var PublicKeyCredential: {
prototype: PublicKeyCredential;
isUserVerifyingPlatformAuthenticatorAvailable(): Promise<boolean>;
}
;

§Extends

§Properties

§
readonly rawId: ArrayBuffer
[src]
§
readonly response: AuthenticatorResponse
[src]

§Methods