| java.lang.Object | |
| ↳ | com.google.firebase.auth.FirebaseToken |
Implementation of a Parsed Firebase Token returned by verifyIdToken(String).
It can used to get the uid and other attributes of the user provided in the Token.
| 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 |
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 Uid for the this token.
Indicates if the email address returned by getEmail() has been verified as good.