Home
last modified time | relevance | path

Searched refs:supportedAuthenticationTypesAsync (Results 1 – 13 of 13) sorted by relevance

/expo/packages/expo-local-authentication/build/
H A DLocalAuthentication.js26 export async function supportedAuthenticationTypesAsync() { function
27 if (!ExpoLocalAuthentication.supportedAuthenticationTypesAsync) {
30 return await ExpoLocalAuthentication.supportedAuthenticationTypesAsync();
H A DExpoLocalAuthentication.web.js15 async supportedAuthenticationTypesAsync() {
H A DExpoLocalAuthentication.web.d.ts7 supportedAuthenticationTypesAsync(): Promise<AuthenticationType[]>; constant
H A DLocalAuthentication.d.ts16 export declare function supportedAuthenticationTypesAsync(): Promise<AuthenticationType[]>;
H A DExpoLocalAuthentication.web.js.map1 …rityLevel> {\n return SecurityLevel.NONE;\n },\n async supportedAuthenticationTypesAsync(): P…
H A DLocalAuthentication.js.map1supportedAuthenticationTypesAsync(): Promise<AuthenticationType[]> {\n if (!ExpoLocalAuthenticati…
/expo/packages/expo-local-authentication/src/
H A DLocalAuthentication.ts35 export async function supportedAuthenticationTypesAsync(): Promise<AuthenticationType[]> { function
36 if (!ExpoLocalAuthentication.supportedAuthenticationTypesAsync) {
39 return await ExpoLocalAuthentication.supportedAuthenticationTypesAsync();
H A DExpoLocalAuthentication.web.ts16 async supportedAuthenticationTypesAsync(): Promise<AuthenticationType[]> {
/expo/ios/versioned/sdk47/EXLocalAuthentication/EXLocalAuthentication/
H A DABI47_0_0EXLocalAuthentication.m23 ABI47_0_0EX_EXPORT_METHOD_AS(supportedAuthenticationTypesAsync, category
24 supportedAuthenticationTypesAsync:(ABI47_0_0EXPromiseResolveBlock)resolve
/expo/apps/native-component-list/src/screens/
H A DLocalAuthenticationScreen.tsx40 return (await LocalAuthentication.supportedAuthenticationTypesAsync()).map(
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt91 fun supportedAuthenticationTypesAsync(promise: Promise) { in supportedAuthenticationTypesAsync() method
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt91 fun supportedAuthenticationTypesAsync(promise: Promise) { in supportedAuthenticationTypesAsync() method
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt127 fun supportedAuthenticationTypesAsync(promise: Promise) { in supportedAuthenticationTypesAsync() method