Home
last modified time | relevance | path

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

/expo/packages/expo-local-authentication/android/src/main/java/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt105 this@LocalAuthenticationModule.authOptions = options in <lambda>()
136 authOptions = null in <lambda>()
160 private var authOptions: AuthOptions? = null variable in expo.modules.localauthentication.LocalAuthenticationModule
175 authOptions = null in onAuthenticationSucceeded()
181 val options = authOptions in onAuthenticationError()
207 authOptions = null in onAuthenticationError()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt38 private var authOptions: Map<String?, Any?>? = null variable
80 authOptions = null in onAuthenticationSucceeded()
86 val options = authOptions in onAuthenticationError()
113 authOptions = null in onAuthenticationError()
216 this.authOptions = options in authenticateAsync()
360 authOptions = null in onActivityResult()