Home
last modified time | relevance | path

Searched defs:supportedAuthenticationTypesAsync (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-local-authentication/build/
H A DExpoLocalAuthentication.web.d.ts7 supportedAuthenticationTypesAsync(): Promise<AuthenticationType[]>; constant
H A DLocalAuthentication.js26 export async function supportedAuthenticationTypesAsync() { function
/expo/packages/expo-local-authentication/src/
H A DLocalAuthentication.ts35 export async function supportedAuthenticationTypesAsync(): Promise<AuthenticationType[]> { function
/expo/ios/versioned/sdk47/EXLocalAuthentication/EXLocalAuthentication/
H A DABI47_0_0EXLocalAuthentication.m23 ABI47_0_0EX_EXPORT_METHOD_AS(supportedAuthenticationTypesAsync, category
/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