| java.lang.Object | |
| ↳ | com.google.firebase.auth.UserMetadata |
Contains additional metadata associated with a user account.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| UserMetadata(long creationTimestamp) | |||||||||||
| UserMetadata(long creationTimestamp, long lastSignInTimestamp, long lastRefreshTimestamp) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long |
getCreationTimestamp()
Returns the time at which the account was created.
| ||||||||||
| long |
getLastRefreshTimestamp()
Returns the time at which the user was last active (ID token refreshed).
| ||||||||||
| long |
getLastSignInTimestamp()
Returns the time at which the user last signed in.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns the time at which the account was created.
Returns the time at which the user was last active (ID token refreshed).
Returns the time at which the user last signed in.