Deno logo
DeployManualBlogAPIStandard LibraryThird Party Modules

esm.sh/@supabase/[email protected]/dist/module/lib/webauthn.dom.d.ts

WebAuthnCredential

  • Type

WebAuthnCredential

Public key credential information needed to verify authentication responses. Stores the credential's public key and metadata for server-side verification.

type WebAuthnCredential = {
id: Base64URLString;
publicKey: Uint8Array_;
counter: number;
transports?: AuthenticatorTransportFuture[];
}
;

§Type

§
{
id: Base64URLString;
publicKey: Uint8Array_;
counter: number;
transports?: AuthenticatorTransportFuture[];
}
[src]
Manual
API
Standard Library
Third Party Modules
Benchmarks
Artwork
Blog
System Status
Companies interested in Deno