| com.google.firebase.auth.UserInfo |
Known Indirect Subclasses
|
A collection of standard profile information for a user. Used to expose profile information returned by an identity provider.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract String |
getDisplayName()
Returns the user's display name, if available.
| ||||||||||
| abstract String |
getEmail()
Returns the user's email address, if available.
| ||||||||||
| abstract String |
getPhotoUrl()
Returns the user's photo URL, if available.
| ||||||||||
| abstract String |
getProviderId()
Returns the ID of the identity provider.
| ||||||||||
| abstract String |
getUid()
Returns the user's unique ID assigned by the identity provider.
| ||||||||||
Returns the user's display name, if available.
Returns the user's email address, if available.
Returns the user's photo URL, if available.
Returns the ID of the identity provider. This can be a short domain name (e.g. google.com) or the identifier of an OpenID identity provider.
Returns the user's unique ID assigned by the identity provider.