Home
last modified time | relevance | path

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

/expo/packages/expo-local-authentication/src/__tests__/
H A DLocalAuthentication-test.native.ts5 ExpoLocalAuthentication.authenticateAsync.mockReset();
6 ExpoLocalAuthentication.authenticateAsync.mockImplementation(async () => ({ success: true }));
17 await LocalAuthentication.authenticateAsync(options);
19 expect(ExpoLocalAuthentication.authenticateAsync).toHaveBeenLastCalledWith(options);
24 LocalAuthentication.authenticateAsync({ promptMessage: undefined as any })
26 expect(LocalAuthentication.authenticateAsync({ promptMessage: '' })).rejects.toThrow();
27 expect(LocalAuthentication.authenticateAsync({ promptMessage: {} as any })).rejects.toThrow();
28 expect(LocalAuthentication.authenticateAsync({ promptMessage: 123 as any })).rejects.toThrow();
/expo/packages/expo-local-authentication/build/
H A DLocalAuthentication.js68 export async function authenticateAsync(options = {}) { function
69 if (!ExpoLocalAuthentication.authenticateAsync) {
76 const result = await ExpoLocalAuthentication.authenticateAsync({ ...options, promptMessage });
H A DLocalAuthentication.d.ts40 export declare function authenticateAsync(options?: LocalAuthenticationOptions): Promise<LocalAuthe…
H A DLocalAuthentication.js.map1authenticateAsync`](#localauthenticationauthenticateasyncoptions)\n * prompts.\n */\nexport async …
/expo/packages/expo-local-authentication/src/
H A DLocalAuthentication.ts80 export async function authenticateAsync( function
83 if (!ExpoLocalAuthentication.authenticateAsync) {
95 const result = await ExpoLocalAuthentication.authenticateAsync({ ...options, promptMessage });
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/UniversalModules/
H A DABI49_0_0EXScopedLocalAuthentication.m24 ABI49_0_0EX_EXPORT_METHOD_AS(authenticateAsync, category
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/UniversalModules/
H A DABI47_0_0EXScopedLocalAuthentication.m24 ABI47_0_0EX_EXPORT_METHOD_AS(authenticateAsync, category
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/UniversalModules/
H A DABI48_0_0EXScopedLocalAuthentication.m24 ABI48_0_0EX_EXPORT_METHOD_AS(authenticateAsync, category
/expo/ios/Exponent/Versioned/Core/UniversalModules/
H A DEXScopedLocalAuthentication.m24 EX_EXPORT_METHOD_AS(authenticateAsync, category
/expo/apps/native-component-list/src/screens/
H A DLocalAuthenticationScreen.tsx56 const result = await LocalAuthentication.authenticateAsync({
/expo/packages/expo-local-authentication/
H A DCHANGELOG.md138 - Fixed `authenticateAsync` not resolving when the user used PIN on some Android devices. ([#13023]…
161 - Remove deprecated support for passing a string to `authenticateAsync` in favor of the `promptMess…
225 - Removed `console.warn` from the `authenticateAsync` function, preventing running it every time th…
/expo/ios/versioned/sdk47/EXLocalAuthentication/EXLocalAuthentication/
H A DABI47_0_0EXLocalAuthentication.m84 ABI47_0_0EX_EXPORT_METHOD_AS(authenticateAsync, category
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt149 fun authenticateAsync(options: Map<String?, Any?>, promise: Promise) { in authenticateAsync() method
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt149 fun authenticateAsync(options: Map<String?, Any?>, promise: Promise) { in authenticateAsync() method
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt185 fun authenticateAsync(options: Map<String?, Any?>, promise: Promise) { in authenticateAsync() method