| /expo/apps/native-component-list/src/screens/ |
| H A D | LocalAuthenticationScreen.tsx | 46 this.authenticate(true); 50 this.authenticate(false); 53 async authenticate(withFallback: boolean = true) { 64 alert('Failed to authenticate, reason: ' + result.error);
|
| /expo/packages/expo-secure-store/android/src/main/java/expo/modules/securestore/ |
| H A D | AuthenticationPrompt.kt | 21 suspend fun authenticate(cipher: Cipher): BiometricPrompt.AuthenticationResult? = in <lambda>() method 42 ).authenticate(promptInfo, BiometricPrompt.CryptoObject(cipher)) in <lambda>()
|
| H A D | AuthenticationHelper.kt | 51 return@withContext authenticationPrompt.authenticate(cipher) in openAuthenticationPrompt()
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | local-authentication.mdx | 3 …ementing the Fingerprint API (Android) or FaceID and TouchID (iOS) to authenticate the user with a… 13 … to use FaceID and TouchID (iOS) or the Biometric Prompt (Android) to authenticate the user with a…
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | local-authentication.mdx | 3 …ementing the Fingerprint API (Android) or FaceID and TouchID (iOS) to authenticate the user with a… 13 … to use FaceID and TouchID (iOS) or the Biometric Prompt (Android) to authenticate the user with a…
|
| /expo/packages/expo-local-authentication/android/src/main/java/expo/modules/localauthentication/ |
| H A D | LocalAuthenticationModule.kt | 110 authenticate(fragmentActivity, options, promise) in <lambda>() 212 …private fun authenticate(fragmentActivity: FragmentActivity, options: AuthOptions, promise: Promis… in authenticate() method 248 biometricPrompt!!.authenticate(promptInfo) in authenticate() 292 localBiometricPrompt.authenticate(promptInfo) in promptDeviceCredentialsFallback()
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | local-authentication.mdx | 3 …ementing the Fingerprint API (Android) or FaceID and TouchID (iOS) to authenticate the user with a… 19 … to use the Biometric Prompt (Android) or FaceID and TouchID (iOS) to authenticate the user with a…
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | local-authentication.mdx | 3 …ementing the Fingerprint API (Android) or FaceID and TouchID (iOS) to authenticate the user with a… 19 … to use the Biometric Prompt (Android) or FaceID and TouchID (iOS) to authenticate the user with a…
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | local-authentication.mdx | 3 …ementing the Fingerprint API (Android) or FaceID and TouchID (iOS) to authenticate the user with a… 19 … to use the Biometric Prompt (Android) or FaceID and TouchID (iOS) to authenticate the user with a…
|
| /expo/docs/pages/accounts/ |
| H A D | programmatic-access.mdx | 6 …r projects, we recommend avoiding using your username and password to authenticate. With these cre… 16 …o any Expo products, cannot own any projects themselves, and can only authenticate via an access t…
|
| /expo/docs/pages/guides/ |
| H A D | authentication.mdx | 491 const authenticate = async url => { 496 … // Pass url and a selected passkey ID into the Beyond Identity Embedded SDK authenticate function 498 const { redirectUrl } = await Embedded.authenticate(url, passkeys[0].id); 506 authenticate(url); 517 … /* @info Prompt the user to authenticate in a user interaction or web browsers will block it. */ 541 async function authenticate() { 556 … // Pass url and selected Passkey ID into the Beyond Identity Embedded SDK authenticate function 558 const { redirectUrl } = await Embedded.authenticate(data.authenticate_url, passkeys[0].id); 566 onPress={authenticate} 791 … /* @info Prompt the user to authenticate in a user interaction or web browsers will block it. */ [all …]
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/localauthentication/ |
| H A D | LocalAuthenticationModule.kt | 269 biometricPrompt!!.authenticate(promptInfo) in authenticateAsync() 329 localBiometricPrompt.authenticate(promptInfo) in promptDeviceCredentialsFallback()
|
| /expo/packages/expo-local-authentication/ |
| H A D | README.md | 10 Provides an API for FaceID and TouchID (iOS) or the Fingerprint API (Android) to authenticate the u…
|
| H A D | CHANGELOG.md | 188 - Guard against Null Pointer Exception on Android when calling `authenticate` on the Biometric Prom…
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/securestore/ |
| H A D | AuthenticationHelper.kt | 203 ).authenticate(promptInfo, BiometricPrompt.CryptoObject(cipher)) in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/securestore/ |
| H A D | AuthenticationHelper.kt | 203 ).authenticate(promptInfo, BiometricPrompt.CryptoObject(cipher)) in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/securestore/ |
| H A D | AuthenticationHelper.kt | 203 ).authenticate(promptInfo, BiometricPrompt.CryptoObject(cipher)) in <lambda>()
|
| /expo/docs/pages/build/ |
| H A D | building-on-ci.mdx | 44 ### Provide a personal access token to authenticate with your Expo account on CI 46 Next, we need to ensure that we can authenticate ourselves on CI as the owner of the app. This is p…
|
| /expo/packages/expo-local-authentication/build/ |
| H A D | LocalAuthentication.js.map | 1 …authenticate via Fingerprint/TouchID (or FaceID if available on the device).\n * > **Note:** Apple…
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/localauthentication/ |
| H A D | LocalAuthenticationModule.kt | 231 biometricPrompt!!.authenticate(promptInfo) in authenticateAsync()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/localauthentication/ |
| H A D | LocalAuthenticationModule.kt | 231 biometricPrompt!!.authenticate(promptInfo) in authenticateAsync()
|
| /expo/docs/pages/eas/metadata/ |
| H A D | faq.mdx | 53 You'll need to authenticate with the app store before EAS Metadata can access the information.
|
| /expo/docs/pages/eas-update/ |
| H A D | github-actions.mdx | 148 …` in the previous section. Only one valid `EXPO_TOKEN` is required to authenticate GitHub Actions …
|
| /expo/packages/expo-auth-session/build/ |
| H A D | AuthRequestHooks.js.map | 1 …(!discovery || !request) {\n throw new Error('Cannot prompt to authenticate until the reque…
|
| H A D | Errors.js.map | 1 …TTP authentication schemes are supported. If the client attempted to authenticate via the \"Autho…
|