Properties | |
---|---|
CreationTimestamp | DateTime Gets a timestamp representing the date and time that the account was created. |
LastRefreshTimestamp | DateTime Gets the time at which the user was last active (ID token refreshed), or null if the user was never active. |
LastSignInTimestamp | DateTime Gets a timestamp representing the last time that the user has signed in. |
DateTime CreationTimestamp
Gets a timestamp representing the date and time that the account was created.
If not available this property is null
.
DateTime LastRefreshTimestamp
Gets the time at which the user was last active (ID token refreshed), or null
if the user was never active.
DateTime LastSignInTimestamp
Gets a timestamp representing the last time that the user has signed in.
If the user has never signed in this property is null
.
UserMetadata( long creationTimestamp, long lastSignInTimestamp, DateTime? lastRefreshTimestamp )
Initializes a new instance of the UserMetadata class with the specified creation and last sign-in timestamps.
Details | |||||||
---|---|---|---|---|---|---|---|
Parameters |
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-03-24 UTC.