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

7 lines (6 loc) 130 B
export type OneTimePasscode = { /** * The ID of the one-time passcode. Provide it when activating. */ otpId: string; };