Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/simplewebauthn/packages/types/src/index.ts>PublicKeyCredentialCreationOptions

WebAuthn, Simplified. A collection of TypeScript-first libraries for simpler WebAuthn integration. Supports modern browsers, Node, Deno, and more.
Latest
interface PublicKeyCredentialCreationOptions
Re-export
import { type PublicKeyCredentialCreationOptions } from "https://deno.land/x/simplewebauthn@v11.0.0/packages/types/src/index.ts";

Properties

optional
attestation: AttestationConveyancePreference
optional
authenticatorSelection: AuthenticatorSelectionCriteria
challenge: BufferSource
optional
excludeCredentials: PublicKeyCredentialDescriptor[]
pubKeyCredParams: PublicKeyCredentialParameters[]
optional
timeout: number