onAuthStateChanged
abstract fun onAuthStateChanged(newState: AuthStateListener.State): Boolean
Content copied to clipboard
Notification that an authorization state has changed.
Return
if returns false then it will be removed after it is called.
Parameters
newState
The new state of the authorization token.