UNPKG

@passageidentity/passage-react-native

Version:

Passkey Complete for React Native - Go completely passwordless with a standalone auth solution in your React Native app with Passage by 1Password

14 lines (12 loc) 300 B
import type { UserStatus, WebAuthnType } from '../'; export type PublicUserInfo = { email: string; emailVerified: boolean; id: string; phone: string; phoneVerified: boolean; status: UserStatus; userMetadata: object | null; webauthn: boolean; webauthnTypes: Array<WebAuthnType>; };