Searched refs:supportedAuthenticationTypes (Results 1 – 4 of 4) sorted by relevance
27 var supportedAuthenticationTypes: [Int] = [] in definition() variable30 supportedAuthenticationTypes.append(AuthenticationType.fingerprint.rawValue) in definition()34 supportedAuthenticationTypes.append(AuthenticationType.facialRecognition.rawValue) in definition()37 return supportedAuthenticationTypes in definition()
10 supportedAuthenticationTypes?: string[];31 const [hasHardware, isEnrolled, supportedAuthenticationTypes] = await Promise.all([36 this.setState({ hasHardware, isEnrolled, supportedAuthenticationTypes });