Home
last modified time | relevance | path

Searched refs:otp (Results 1 – 15 of 15) sorted by relevance

/expo/packages/@expo/cli/src/api/user/
H A Dotp.ts36 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 Dactions.ts16 otp,
22 otp?: string;
79 otp,
H A Duser.ts59 otp?: string;
/expo/packages/@expo/cli/src/api/user/__tests__/
H A Dotp-test.ts28 .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 Dactions-test.ts33 .mockImplementationOnce(async () => ({ otp: '123456' }))
/expo/home/screens/DeleteAccountScreen/
H A Dutils.ts11 otp?: string
14 body: { notify: true, otp, password },
H A Dindex.tsx36 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 DOTPStep.tsx31 onConfirm: (otp: string) => void;
103 autoComplete="sms-otp"
/expo/packages/@expo/cli/src/login/
H A Dindex.ts44 otp: args['--otp'],
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dpublish-npm.js52 const otp = process.env.NPM_CONFIG_OTP; constant
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dpublish-npm.js42 const otp = process.env.NPM_CONFIG_OTP; constant
/expo/home/graphql/
H A Dtypes.ts3660 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 Dexpo-cli.mdx210 | `--otp [string]` | One-time password from your 2FA device |
/expo/packages/expo-dev-launcher/ios/
H A Dmain.jsbundle270 …'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 Dexpo_dev_launcher_android.bundle270 …'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…