Searched refs:pendingAuthenticateRequest (Results 1 – 1 of 1) sorted by relevance
175 private var pendingAuthenticateRequest = MutableStateFlow<AuthenticationRequest?>(null) variable354 pendingAuthenticateRequest.value?.uiEvent, in clearPendingAuthRequest()355 pendingAuthenticateRequest.value?.fallbackToDetection in clearPendingAuthRequest()357 pendingAuthenticateRequest.value = null in clearPendingAuthRequest()540 if (pendingAuthenticateRequest.value != null) { in requestAuthenticate()542 pendingAuthenticateRequest.value?.uiEvent, in requestAuthenticate()547 pendingAuthenticateRequest.value = AuthenticationRequest(uiEvent, fallbackToDetection) in requestAuthenticate()552 pendingAuthenticateRequest, in processPendingAuthRequests()687 pendingAuthenticateRequest.value?.uiEvent in cancel()