Skip to main content
Home
Works with
This package works with Deno
This package works with Deno
JSR Score52%
Downloads13/wk
Published2 years ago (0.2.1)

Système de gestion des ressources de cohabit.

type alias Passkey

Passkey store

Properties

user: UUID

User UUID

WebAuthn registration key id

Passkey credential unique id

publicKey: Base64String

Passkey user public key

Number of times the authenticator has been used

deviceType: "singleDevice" | "multiDevice"

Whether the passkey is single-device or multi-device

Whether the passkey has been backed up in some way

optional
transports: (
"ble"
| "cable"
| "hybrid"
| "internal"
| "nfc"
| "smart-card"
| "usb"
)[]

Passkey physical transport layer

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@cohabit/resources-manager

Import symbol

import { type Passkey } from "@cohabit/resources-manager/models";
or

Import directly with a jsr specifier

import { type Passkey } from "jsr:@cohabit/resources-manager/models";