Searched refs:otp (Results 1 – 15 of 15) sorted by relevance
| /expo/packages/@expo/cli/src/api/user/ |
| H A D | otp.ts | 36 const { otp } = await promptAsync( constant 44 return otp || null; 145 let otp: string | null = null; 152 otp = await promptForOTPAsync('menu'); 157 otp = await promptForOTPAsync('menu'); 161 if (!otp) { 162 otp = await promptForBackupOTPAsync(username, password, secondFactorDevices); 165 if (!otp) { 172 otp,
|
| H A D | actions.ts | 16 otp, 22 otp?: string; 79 otp,
|
| H A D | user.ts | 59 otp?: string;
|
| /expo/packages/@expo/cli/src/api/user/__tests__/ |
| H A D | otp-test.ts | 28 .mockImplementationOnce(async () => ({ otp: 'hello' })) 54 .mockImplementationOnce(async () => ({ otp: 'hello' })) 77 .mockImplementationOnce(async () => ({ otp: null })) 78 ….mockImplementationOnce(async () => ({ otp: 'hello' })) // second time it is prompted after select… 113 .mockImplementationOnce(async () => ({ otp: null })) 137 .mockImplementationOnce(async () => ({ otp: null })) 138 ….mockImplementationOnce(async () => ({ otp: 'hello' })) // second time it is prompted after select… 172 .mockImplementationOnce(async () => ({ otp: null })) 173 ….mockImplementationOnce(async () => ({ otp: 'hello' })) // second time it is prompted after select… 216 .mockImplementationOnce(async () => ({ otp: null }))
|
| H A D | actions-test.ts | 33 .mockImplementationOnce(async () => ({ otp: '123456' }))
|
| /expo/home/screens/DeleteAccountScreen/ |
| H A D | utils.ts | 11 otp?: string 14 body: { notify: true, otp, password },
|
| H A D | index.tsx | 36 const [visibleStep, setVisibleStep] = useState<'confirm' | 'password' | 'otp'>('confirm'); 69 setVisibleStep('otp'); 98 const otp = await confirmOTPAsync(); 100 if (!otp) return; 108 otp 187 {visibleStep === 'otp' ? <OTPStep {...OTPDialogConfig} /> : null}
|
| H A D | OTPStep.tsx | 31 onConfirm: (otp: string) => void; 103 autoComplete="sms-otp"
|
| /expo/packages/@expo/cli/src/login/ |
| H A D | index.ts | 44 otp: args['--otp'],
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/ |
| H A D | publish-npm.js | 52 const otp = process.env.NPM_CONFIG_OTP; constant
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/ |
| H A D | publish-npm.js | 42 const otp = process.env.NPM_CONFIG_OTP; constant
|
| /expo/home/graphql/ |
| H A D | types.ts | 3660 otp: Scalars['String']; 3665 otp: Scalars['String']; 3680 otp: Scalars['String']; 3691 otp: Scalars['String']; 3707 otp: Scalars['String'];
|
| /expo/docs/pages/archive/ |
| H A D | expo-cli.mdx | 210 | `--otp [string]` | One-time password from your 2FA device |
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 270 …'postal-address-locality','postal-address-region','postal-code','sex','sms-otp','street-address','… 382 …:'name-given','new-password':'password-new',off:'off','one-time-code':'sms-otp','postal-code':'pos…
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 270 …'postal-address-locality','postal-address-region','postal-code','sex','sms-otp','street-address','… 383 …:'name-given','new-password':'password-new',off:'off','one-time-code':'sms-otp','postal-code':'pos…
|