| /expo/packages/@expo/cli/src/api/user/ |
| H A D | actions.ts | 21 password?: string; 28 const hasCredentials = options.username && options.password; 47 let password = options.password; variable 57 !options.password && { 70 password ??= resolved.password; 73 assert(username && password); 78 password, 85 password,
|
| H A D | otp.ts | 53 password: string, 107 password, 132 password: string, 162 otp = await promptForBackupOTPAsync(username, password, secondFactorDevices); 171 password,
|
| H A D | user.ts | 58 password: string;
|
| /expo/home/screens/DeleteAccountScreen/ |
| H A D | PasswordStep.tsx | 16 onConfirm: (password: string) => void; 22 const [password, setPassword] = useState(''); 30 if (password.trim().length === 0) { 31 return setInputError('You must provide a password.'); 34 return onConfirm(password); 39 <Text type="InterSemiBold">Confirm password</Text> 42 To delete your account, you must confirm your current password. 46 autoComplete="password" 48 placeholder="Enter your password" 49 textContentType="password" [all …]
|
| H A D | utils.ts | 10 password: string, 14 body: { notify: true, otp, password },
|
| H A D | index.tsx | 36 const [visibleStep, setVisibleStep] = useState<'confirm' | 'password' | 'otp'>('confirm'); 53 setVisibleStep('password'); 59 onConfirm: (password: string) => { 61 resolve(password); 92 const password = await confirmPasswordAsync(); 94 if (!password) return; 107 password, 112 await handleAccountDeleteAsync(apiV2Client, apolloClient, clearSessionSecretData, password); 186 {visibleStep === 'password' ? <PasswordStep {...passwordDialogConfig} /> : null}
|
| H A D | OTPStep.tsx | 59 …description = `Check your SMS messages for your one-time password. It may take a few moments to ar… 61 ? 'You may also use a one-time password from your authenticator app.' 65 description = 'Open your two-factor authentication app to view your one-time password.'; 87 return setInputError('You must provide a value for the one-time password.'); 95 <Text type="InterSemiBold">Confirm your one-time password to delete your account</Text> 102 placeholder="Enter your one-time password" 141 password.
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/webview/ |
| H A D | RNCBasicAuthCredential.java | 5 String password; field in RNCBasicAuthCredential 7 RNCBasicAuthCredential(String username, String password) { in RNCBasicAuthCredential() argument 9 this.password = password; in RNCBasicAuthCredential()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/webview/ |
| H A D | RNCBasicAuthCredential.java | 5 String password; field in RNCBasicAuthCredential 7 RNCBasicAuthCredential(String username, String password) { in RNCBasicAuthCredential() argument 9 this.password = password; in RNCBasicAuthCredential()
|
| /expo/packages/@expo/cli/src/api/user/__tests__/ |
| H A D | actions-test.ts | 32 .mockImplementationOnce(async () => ({ username: 'hello', password: 'world' })) 78 await showLoginPromptAsync({ username: 'hello', password: 'world' }); 84 password: 'PASSWORD', 87 await showLoginPromptAsync({ username: 'hello', password: 'world', sso: false }); 94 .mockImplementationOnce(async () => ({ username: 'USERNAME', password: 'PASSWORD' })) 99 await showLoginPromptAsync({ username: 'hello', password: 'world' }); 106 await showLoginPromptAsync({ username: 'hello', password: 'world', sso: true });
|
| H A D | user-test.ts | 104 await loginAsync({ username: 'USERNAME', password: 'PASSWORD' }); 122 await loginAsync({ username: 'USERNAME', password: 'PASSWORD' }); 162 await loginAsync({ username: 'USERNAME', password: 'PASSWORD' }); 171 await loginAsync({ username: 'USERNAME', password: 'PASSWORD' });
|
| /expo/tools/src/ |
| H A D | EASUpdate.ts | 11 password: string; 31 const password = options.userpass?.password || process.env.EXPO_CI_ACCOUNT_PASSWORD; constant 33 if (username && password) { 35 await ExpoCLI.runExpoCliAsync('login', ['-u', username, '-p', password]);
|
| /expo/apps/bare-expo/android/keystores/ |
| H A D | debug.keystore.properties | 3 key.store.password=android 4 key.alias.password=android
|
| /expo/docs/pages/accounts/ |
| H A D | programmatic-access.mdx | 6 …elp manage your projects, we recommend avoiding using your username and password to authenticate. … 8 …ns against your account. Please treat them with the same care as a user password. In case somethin… 26 - Publish or build from CI without providing your Expo username and password 27 - Renew a token to keep it as secure as possible; no need to reset your password and sign out of al… 32 …cidentally leaked, you can revoke it without changing your username and password. When you revoke …
|
| H A D | two-factor.mdx | 6 …ill need to provide a short-lived code in addition to your username and password to access your ac… 22 - [1Password](https://support.1password.com/one-time-passwords/) 36 … a set of recovery codes. These codes can be used instead of a one-time password if you lose acces… 51 You will need to provide a one-time password to make any changes to your 2FA settings. 57 …lose your device(s), a recovery code may be used in place of a one-time password. Each of these co…
|
| /expo/packages/@expo/cli/src/login/ |
| H A D | index.ts | 43 password: args['--password'],
|
| /expo/docs/pages/app-signing/ |
| H A D | security.mdx | 32 This refers to the production distribution certificate and password (which are automatically genera… 51 Your password is only ever stored locally on your computer. This feature is not available for Windo… 53 … the environment variable `EXPO_NO_KEYCHAIN=1`. You can also use this to change the saved password. 55 ### Changing Apple ID password in Keychain 57 …password, open the "Keychain Access" app, switch to "All Items", and search for "deliver. [Your Ap… 61 …e compromised for a malicious actor to have access to your username and password. They would also … 85 A keystore and keystore password are required to sign a build for release to the Play Store. These … 89 …tor will not be able to update your app with your keystore and keystore password. You cannot chang… 93 …gle Play. You may want to download and backup the keystore and keystore password in a secure locat…
|
| H A D | local-credentials.mdx | 31 "password": "iex3shi9Lohl" 86 - `keystorePassword` is the keystore password. If you've followed the previous steps it's the value… 88 - `keyPassword` is the key password. If you've followed the previous steps it's the value of `KEY_P… 116 "password": "DISTRIBUTION_CERTIFICATE_PASSWORD" 124 - `distributionCertificate.password` is the password for the Distribution Certificate located at `d… 148 "password": "DISTRIBUTION_CERTIFICATE_PASSWORD" 156 "password": "ANOTHER_DISTRIBUTION_CERTIFICATE_PASSWORD"
|
| /expo/docs/pages/archive/classic-updates/ |
| H A D | turtle-cli.mdx | 92 - Keystore password and key password 98 environment variables with the values of the keystore password and key password, 120 - Distribution Certificate .p12 file _(+ password)_ 127 the Distribution Certificate password.
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Alert/ |
| H A D | Alert.js.flow | 15 | 'login-password';
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Alert/ |
| H A D | Alert.js.flow | 15 | 'login-password';
|
| /expo/docs/pages/submit/ |
| H A D | ios.mdx | 27 …g-asc-api-key) or pass in an [Apple app-specific password](https://expo.fyi/apple-app-specific-pas… 36 …setting `appleId` and `appleTeamId` in the submit profile. The Apple ID password has to be set wit… 50 …**App Specific Password:** Provide your [password](https://expo.fyi/apple-app-specific-password) a… 81 …**App Specific Password:** Provide your [password](https://expo.fyi/apple-app-specific-password) a…
|
| /expo/packages/@expo/metro-runtime/src/location/ |
| H A D | Location.native.ts | 27 url.password = '';
|
| /expo/docs/pages/deploy/ |
| H A D | submit-to-app-stores.mdx | 59 …g-asc-api-key) or pass in an [Apple app-specific password](https://expo.fyi/apple-app-specific-pas… 70 …setting `appleId` and `appleTeamId` in the submit profile. The Apple ID password has to be set wit… 84 …**App Specific Password:** Provide your [password](https://expo.fyi/apple-app-specific-password) a…
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | EasBuildGradleScript.js.map | 1 …{\n // key password is required by Gradle, but PKCS keystores don't have one\n …
|