| java.lang.Object | |
| ↳ | com.google.firebase.auth.FirebaseToken |
A decoded and verified Firebase token. Can be used to get the uid and other user attributes
available in the token. See verifyIdToken(String) and
verifySessionCookie(String) for details on how to obtain an instance of
this class.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Map<String, Object> |
getClaims()
Returns a map of all of the claims on this token.
| ||||||||||
| String |
getEmail()
Returns the e-mail address for this user, or
null if it's unavailable. | ||||||||||
| String |
getIssuer()
Returns the Issuer for the this token.
| ||||||||||
| String |
getName()
Returns the user's display name.
| ||||||||||
| String |
getPicture()
Returns the Uri string of the user's profile photo.
| ||||||||||
| String |
getTenantId()
Returns the tenant ID for the this token.
| ||||||||||
| String |
getUid()
Returns the Uid for the this token.
| ||||||||||
| boolean |
isEmailVerified()
Indicates if the email address returned by
getEmail() has been verified as good. | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns a map of all of the claims on this token.
Returns the e-mail address for this user, or null if it's unavailable.
Returns the Issuer for the this token.
Returns the user's display name.
Returns the Uri string of the user's profile photo.
Returns the tenant ID for the this token.
Returns the Uid for the this token.
Indicates if the email address returned by getEmail() has been verified as good.