auth.UserRecordMetadata class Stay organized with collections Save and categorize content based on your preferences.
Helper class to create the user metadata in aUserRecord object.
Signature:
exportdeclareclassUserRecordMetadataimplementsauth.UserMetadataImplements: auth.UserMetadata
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(creationTime, lastSignInTime) | Constructs a new instance of theUserRecordMetadata class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| creationTime | string | ||
| lastSignInTime | string |
Methods
| Method | Modifiers | Description |
|---|---|---|
| toJSON() | Returns a plain JavaScript object with the properties of UserRecordMetadata. |
auth.UserRecordMetadata.(constructor)
Constructs a new instance of theUserRecordMetadata class
Signature:
constructor(creationTime:string,lastSignInTime:string);Parameters
| Parameter | Type | Description |
|---|---|---|
| creationTime | string | |
| lastSignInTime | string |
auth.UserRecordMetadata.creationTime
Signature:
creationTime:string;auth.UserRecordMetadata.lastSignInTime
Signature:
lastSignInTime:string;auth.UserRecordMetadata.toJSON()
Returns a plain JavaScript object with the properties of UserRecordMetadata.
Signature:
toJSON():AuthUserMetadata;Returns:
AuthUserMetadata
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-11-21 UTC.