Home
last modified time | relevance | path

Searched defs:authenticate (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-secure-store/android/src/main/java/expo/modules/securestore/
H A DAuthenticationPrompt.kt21 suspend fun authenticate(cipher: Cipher): BiometricPrompt.AuthenticationResult? = in <lambda>() method
/expo/packages/expo-local-authentication/android/src/main/java/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt212 …private fun authenticate(fragmentActivity: FragmentActivity, options: AuthOptions, promise: Promis… in authenticate() method in expo.modules.localauthentication.LocalAuthenticationModule