UNPKG

@bitblit/ratchet-warden-common

Version:

Typescript library to simplify using simplewebauthn and secondary auth methods over GraphQL

7 lines (6 loc) 221 B
import { WebAuthnObjectWrapper } from './web-authn-object-wrapper.js'; export interface AddWebAuthnRegistrationToLoggedInUser { webAuthn: WebAuthnObjectWrapper; applicationName: string; deviceLabel: string; }