interface PublicKeyCredentialFuture
implements PublicKeyCredential
import { type PublicKeyCredentialFuture } from "https://deno.land/x/simplewebauthn@v11.0.0/packages/types/src/index.ts";
A super class of TypeScript's PublicKeyCredential
that knows about upcoming WebAuthn features
Methods
optional
parseCreationOptionsFromJSON(options: PublicKeyCredentialCreationOptionsJSON): PublicKeyCredentialCreationOptionsoptional
parseRequestOptionsFromJSON(options: PublicKeyCredentialRequestOptionsJSON): PublicKeyCredentialRequestOptionsoptional
toJSON(): PublicKeyCredentialJSON