Home
last modified time | relevance | path

Searched refs:promptDeviceCredentialsFallback (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-local-authentication/android/src/main/java/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt190 promptDeviceCredentialsFallback(options, it) in onAuthenticationError()
254 private fun promptDeviceCredentialsFallback(options: AuthOptions, promise: Promise) { in promptDeviceCredentialsFallback() method in expo.modules.localauthentication.LocalAuthenticationModule
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt95 promptDeviceCredentialsFallback(options, it) in onAuthenticationError()
286 fun promptDeviceCredentialsFallback(options: Map<String?, Any?>, promise: Promise) { in promptDeviceCredentialsFallback() method