UserMetadata interface
Stay organized with collections
Save and categorize content based on your preferences.
Interface representing a user's metadata.
Signature:
export interface UserMetadata
Properties
Time the user was created.
Signature:
readonly creationTime?: string;
Time the user last signed in.
Signature:
readonly lastSignInTime?: string;
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-07-22 UTC.
[null,null,["Last updated 2022-07-22 UTC."],[],[],null,["# UserMetadata interface\n\nInterface representing a user's metadata.\n\n**Signature:** \n\n export interface UserMetadata \n\nProperties\n----------\n\n| Property | Type | Description |\n|---------------------------------------------------------------------|--------|-------------------------------|\n| [creationTime](./auth.usermetadata.md#usermetadatacreationtime) | string | Time the user was created. |\n| [lastSignInTime](./auth.usermetadata.md#usermetadatalastsignintime) | string | Time the user last signed in. |\n\nUserMetadata.creationTime\n-------------------------\n\nTime the user was created.\n\n**Signature:** \n\n readonly creationTime?: string;\n\nUserMetadata.lastSignInTime\n---------------------------\n\nTime the user last signed in.\n\n**Signature:** \n\n readonly lastSignInTime?: string;"]]