interface PublicKeyCredentialFuture
extends PublicKeyCredential
A super class of TypeScript's PublicKeyCredential
that knows about upcoming WebAuthn features
A super class of TypeScript's PublicKeyCredential
that knows about upcoming WebAuthn features
Add Package
deno add jsr:@simplewebauthn/types
Import symbol
import { type PublicKeyCredentialFuture } from "@simplewebauthn/types";
---- OR ----
Import directly with a jsr specifier
import { type PublicKeyCredentialFuture } from "jsr:@simplewebauthn/types";
Add Package
npx jsr add @simplewebauthn/types
Import symbol
import { type PublicKeyCredentialFuture } from "@simplewebauthn/types";
Add Package
yarn dlx jsr add @simplewebauthn/types
Import symbol
import { type PublicKeyCredentialFuture } from "@simplewebauthn/types";
Add Package
pnpm dlx jsr add @simplewebauthn/types
Import symbol
import { type PublicKeyCredentialFuture } from "@simplewebauthn/types";
Add Package
bunx jsr add @simplewebauthn/types
Import symbol
import { type PublicKeyCredentialFuture } from "@simplewebauthn/types";