Searched refs:supportedAuthenticationTypesAsync (Results 1 – 13 of 13) sorted by relevance
26 export async function supportedAuthenticationTypesAsync() { function27 if (!ExpoLocalAuthentication.supportedAuthenticationTypesAsync) {30 return await ExpoLocalAuthentication.supportedAuthenticationTypesAsync();
15 async supportedAuthenticationTypesAsync() {
7 supportedAuthenticationTypesAsync(): Promise<AuthenticationType[]>; constant
16 export declare function supportedAuthenticationTypesAsync(): Promise<AuthenticationType[]>;
1 …rityLevel> {\n return SecurityLevel.NONE;\n },\n async supportedAuthenticationTypesAsync(): P…
1 …supportedAuthenticationTypesAsync(): Promise<AuthenticationType[]> {\n if (!ExpoLocalAuthenticati…
35 export async function supportedAuthenticationTypesAsync(): Promise<AuthenticationType[]> { function36 if (!ExpoLocalAuthentication.supportedAuthenticationTypesAsync) {39 return await ExpoLocalAuthentication.supportedAuthenticationTypesAsync();
16 async supportedAuthenticationTypesAsync(): Promise<AuthenticationType[]> {
23 ABI47_0_0EX_EXPORT_METHOD_AS(supportedAuthenticationTypesAsync, category24 supportedAuthenticationTypesAsync:(ABI47_0_0EXPromiseResolveBlock)resolve
40 return (await LocalAuthentication.supportedAuthenticationTypesAsync()).map(
91 fun supportedAuthenticationTypesAsync(promise: Promise) { in supportedAuthenticationTypesAsync() method
127 fun supportedAuthenticationTypesAsync(promise: Promise) { in supportedAuthenticationTypesAsync() method