You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/core/DataConnectCredentialsTokenManager.kt
+9-16Lines changed: 9 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -123,25 +123,18 @@ internal sealed class DataConnectCredentialsTokenManager<T : Any, R : GetTokenRe
123
123
privateval state =MutableStateFlow<State<T, R>>(State.New)
124
124
125
125
/**
126
-
* Registers the given provider [T] instance if, and when, it becomes available.
126
+
* Adds the token listener to the given provider.
127
127
*
128
-
* The implementation may want, or need, to register a listener of some sort with the provider in
129
-
* order to be notified of provider state changes, such as a user logging in or logging out.
0 commit comments