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

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

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

The two types of credentials as defined by bit 3 ("Backup Eligibility") in authenticator data:

  • "singleDevice" credentials will never be backed up
  • "multiDevice" credentials can be backed up
definition: "singleDevice" | "multiDevice"