onAuthStateChanged

abstract fun onAuthStateChanged(newState: AuthStateListener.State): Boolean

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.