optional
requireResidentKey: boolean
optional
residentKey: ResidentKeyRequirement
optional
userVerification: UserVerificationRequirement
requireResidentKey: boolean
residentKey: ResidentKeyRequirement
userVerification: UserVerificationRequirement
Add Package
deno add jsr:@simplewebauthn/types
Import symbol
import { type AuthenticatorSelectionCriteria } from "@simplewebauthn/types";
---- OR ----
Import directly with a jsr specifier
import { type AuthenticatorSelectionCriteria } from "jsr:@simplewebauthn/types";
Add Package
npx jsr add @simplewebauthn/types
Import symbol
import { type AuthenticatorSelectionCriteria } from "@simplewebauthn/types";
Add Package
yarn dlx jsr add @simplewebauthn/types
Import symbol
import { type AuthenticatorSelectionCriteria } from "@simplewebauthn/types";
Add Package
pnpm dlx jsr add @simplewebauthn/types
Import symbol
import { type AuthenticatorSelectionCriteria } from "@simplewebauthn/types";
Add Package
bunx jsr add @simplewebauthn/types
Import symbol
import { type AuthenticatorSelectionCriteria } from "@simplewebauthn/types";