Home
last modified time | relevance | path

Searched refs:authenticate (Results 1 – 25 of 29) sorted by relevance

12

/expo/apps/native-component-list/src/screens/
H A DLocalAuthenticationScreen.tsx46 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 DAuthenticationPrompt.kt21 suspend fun authenticate(cipher: Cipher): BiometricPrompt.AuthenticationResult? = in <lambda>() method
42 ).authenticate(promptInfo, BiometricPrompt.CryptoObject(cipher)) in <lambda>()
H A DAuthenticationHelper.kt51 return@withContext authenticationPrompt.authenticate(cipher) in openAuthenticationPrompt()
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dlocal-authentication.mdx3 …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 Dlocal-authentication.mdx3 …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 DLocalAuthenticationModule.kt110 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 Dlocal-authentication.mdx3 …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 Dlocal-authentication.mdx3 …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 Dlocal-authentication.mdx3 …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 Dprogrammatic-access.mdx6 …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 Dauthentication.mdx491 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 DLocalAuthenticationModule.kt269 biometricPrompt!!.authenticate(promptInfo) in authenticateAsync()
329 localBiometricPrompt.authenticate(promptInfo) in promptDeviceCredentialsFallback()
/expo/packages/expo-local-authentication/
H A DREADME.md10 Provides an API for FaceID and TouchID (iOS) or the Fingerprint API (Android) to authenticate the u…
H A DCHANGELOG.md188 - 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 DAuthenticationHelper.kt203 ).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 DAuthenticationHelper.kt203 ).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 DAuthenticationHelper.kt203 ).authenticate(promptInfo, BiometricPrompt.CryptoObject(cipher)) in <lambda>()
/expo/docs/pages/build/
H A Dbuilding-on-ci.mdx44 ### 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 DLocalAuthentication.js.map1authenticate 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 DLocalAuthenticationModule.kt231 biometricPrompt!!.authenticate(promptInfo) in authenticateAsync()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt231 biometricPrompt!!.authenticate(promptInfo) in authenticateAsync()
/expo/docs/pages/eas/metadata/
H A Dfaq.mdx53 You'll need to authenticate with the app store before EAS Metadata can access the information.
/expo/docs/pages/eas-update/
H A Dgithub-actions.mdx148 …` in the previous section. Only one valid `EXPO_TOKEN` is required to authenticate GitHub Actions …
/expo/packages/expo-auth-session/build/
H A DAuthRequestHooks.js.map1 …(!discovery || !request) {\n throw new Error('Cannot prompt to authenticate until the reque…
H A DErrors.js.map1 …TTP authentication schemes are supported. If the client attempted to authenticate via the \"Autho…

12