Listener called when the id token is changed.
Use
addIdTokenListener(IdTokenListener) and
removeIdTokenListener(IdTokenListener) to register or unregister listeners.
| abstract void |
onIdTokenChanged(FirebaseAuth
auth)
This method gets invoked in the UI thread on changes in the authentication
state:
|
This method gets invoked in the UI thread on changes in the authentication state:
| auth | use it to disambiguate which FirebaseAuth
instance the event corresponds to, in the case where you are using more than one at
the same time. |
|---|