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

10 lines (8 loc) 214 B
export enum AuthenticatorAttachment { Platform = 'platform', CrossPlatform = 'cross-platform', Any = 'any', } export interface PasskeyCreationOptions { authenticatorAttachment?: AuthenticatorAttachment; }