Home
last modified time | relevance | path

Searched refs:supportedAuthenticationTypes (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-local-authentication/ios/
H A DLocalAuthenticationModule.swift27 var supportedAuthenticationTypes: [Int] = [] in definition() variable
30 supportedAuthenticationTypes.append(AuthenticationType.fingerprint.rawValue) in definition()
34 supportedAuthenticationTypes.append(AuthenticationType.facialRecognition.rawValue) in definition()
37 return supportedAuthenticationTypes in definition()
/expo/ios/versioned/sdk49/ExpoLocalAuthentication/
H A DLocalAuthenticationModule.swift27 var supportedAuthenticationTypes: [Int] = [] in definition() variable
30 supportedAuthenticationTypes.append(AuthenticationType.fingerprint.rawValue) in definition()
34 supportedAuthenticationTypes.append(AuthenticationType.facialRecognition.rawValue) in definition()
37 return supportedAuthenticationTypes in definition()
/expo/ios/versioned/sdk48/ExpoLocalAuthentication/
H A DLocalAuthenticationModule.swift27 var supportedAuthenticationTypes: [Int] = [] in definition() variable
30 supportedAuthenticationTypes.append(AuthenticationType.fingerprint.rawValue) in definition()
34 supportedAuthenticationTypes.append(AuthenticationType.facialRecognition.rawValue) in definition()
37 return supportedAuthenticationTypes in definition()
/expo/apps/native-component-list/src/screens/
H A DLocalAuthenticationScreen.tsx10 supportedAuthenticationTypes?: string[];
31 const [hasHardware, isEnrolled, supportedAuthenticationTypes] = await Promise.all([
36 this.setState({ hasHardware, isEnrolled, supportedAuthenticationTypes });