Values for an attestation object's fmt
See https://www.iana.org/assignments/webauthn/webauthn.xhtml#webauthn-attestation-statement-format-ids
SimpleWebAuthn for Browsers
Values for an attestation object's fmt
See https://www.iana.org/assignments/webauthn/webauthn.xhtml#webauthn-attestation-statement-format-ids
Add Package
deno add jsr:@simplewebauthn/browser
Import symbol
import { type AttestationFormat } from "@simplewebauthn/browser";
Import directly with a jsr specifier
import { type AttestationFormat } from "jsr:@simplewebauthn/browser";
Add Package
pnpm i jsr:@simplewebauthn/browser
pnpm dlx jsr add @simplewebauthn/browser
Import symbol
import { type AttestationFormat } from "@simplewebauthn/browser";
Add Package
yarn add jsr:@simplewebauthn/browser
yarn dlx jsr add @simplewebauthn/browser
Import symbol
import { type AttestationFormat } from "@simplewebauthn/browser";
Add Package
vlt install jsr:@simplewebauthn/browser
Import symbol
import { type AttestationFormat } from "@simplewebauthn/browser";
Add Package
npx jsr add @simplewebauthn/browser
Import symbol
import { type AttestationFormat } from "@simplewebauthn/browser";