Searched refs:AuthenticationType (Results 1 – 15 of 15) sorted by relevance
| /expo/packages/expo-local-authentication/build/ |
| H A D | LocalAuthentication.types.js | 2 export var AuthenticationType; variable 3 (function (AuthenticationType) { argument 7 AuthenticationType[AuthenticationType["FINGERPRINT"] = 1] = "FINGERPRINT"; 11 AuthenticationType[AuthenticationType["FACIAL_RECOGNITION"] = 2] = "FACIAL_RECOGNITION"; 16 AuthenticationType[AuthenticationType["IRIS"] = 3] = "IRIS"; 17 })(AuthenticationType || (AuthenticationType = {}));
|
| H A D | LocalAuthentication.d.ts | 1 import { LocalAuthenticationOptions, AuthenticationType, LocalAuthenticationResult, SecurityLevel }… 2 export { LocalAuthenticationOptions, AuthenticationType, LocalAuthenticationResult, SecurityLevel }; 16 export declare function supportedAuthenticationTypesAsync(): Promise<AuthenticationType[]>;
|
| H A D | ExpoLocalAuthentication.web.d.ts | 1 import { AuthenticationType, SecurityLevel } from './LocalAuthentication.types'; 7 supportedAuthenticationTypesAsync(): Promise<AuthenticationType[]>;
|
| H A D | LocalAuthentication.js | 4 import { AuthenticationType, SecurityLevel, } from './LocalAuthentication.types'; 5 export { AuthenticationType, SecurityLevel };
|
| H A D | LocalAuthentication.types.d.ts | 8 export declare enum AuthenticationType { enum
|
| H A D | ExpoLocalAuthentication.web.js.map | 1 …AuthenticationType, SecurityLevel } from './LocalAuthentication.types';\n\nexport default {\n get…
|
| H A D | LocalAuthentication.js.map | 1 …AuthenticationType,\n LocalAuthenticationResult,\n SecurityLevel,\n} from './LocalAuthentication…
|
| H A D | LocalAuthentication.types.js.map | 1 … error: string; warning?: string };\n\n// @needsAudit\nexport enum AuthenticationType {\n /**\n …
|
| /expo/packages/expo-local-authentication/src/ |
| H A D | ExpoLocalAuthentication.web.ts | 1 import { AuthenticationType, SecurityLevel } from './LocalAuthentication.types'; 16 async supportedAuthenticationTypesAsync(): Promise<AuthenticationType[]> {
|
| H A D | LocalAuthentication.ts | 7 AuthenticationType, 12 export { LocalAuthenticationOptions, AuthenticationType, LocalAuthenticationResult, SecurityLevel }; 35 export async function supportedAuthenticationTypesAsync(): Promise<AuthenticationType[]> {
|
| H A D | LocalAuthentication.types.ts | 6 export enum AuthenticationType { enum
|
| /expo/packages/expo-local-authentication/ios/ |
| H A D | LocalAuthenticationModule.swift | 30 supportedAuthenticationTypes.append(AuthenticationType.fingerprint.rawValue) in definition() 34 supportedAuthenticationTypes.append(AuthenticationType.facialRecognition.rawValue) in definition() 160 enum AuthenticationType: Int {
|
| /expo/ios/versioned/sdk49/ExpoLocalAuthentication/ |
| H A D | LocalAuthenticationModule.swift | 30 supportedAuthenticationTypes.append(AuthenticationType.fingerprint.rawValue) in definition() 34 supportedAuthenticationTypes.append(AuthenticationType.facialRecognition.rawValue) in definition() 160 enum AuthenticationType: Int {
|
| /expo/ios/versioned/sdk48/ExpoLocalAuthentication/ |
| H A D | LocalAuthenticationModule.swift | 30 supportedAuthenticationTypes.append(AuthenticationType.fingerprint.rawValue) in definition() 34 supportedAuthenticationTypes.append(AuthenticationType.facialRecognition.rawValue) in definition() 160 enum AuthenticationType: Int {
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | LocalAuthenticationScreen.tsx | 41 (type) => LocalAuthentication.AuthenticationType[type]
|