Deno logo
DeployManualBlogAPIStandard LibraryThird Party Modules

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

AuthenticationCredential

  • Extends
  • Properties

AuthenticationCredential

The credential returned from navigator.credentials.get() during WebAuthn authentication. Contains the assertion signature proving possession of the private key.

interface AuthenticationCredential extends PublicKeyCredentialFuture<AuthenticationResponseJSON> {
response: AuthenticatorAssertionResponse;
}

§Extends

§
PublicKeyCredentialFuture<AuthenticationResponseJSON>
[src]

§Properties

§
response: AuthenticatorAssertionResponse
[src]
Manual
API
Standard Library
Third Party Modules
Benchmarks
Artwork
Blog
System Status
Companies interested in Deno