UserMetadataRequest interface
Stay organized with collections
Save and categorize content based on your preferences.
User metadata to include when importing a user.
Signature:
export interface UserMetadataRequest
Properties
Property |
Type |
Description |
creationTime |
string |
The date the user was created, formatted as a UTC string. |
lastSignInTime |
string |
The date the user last signed in, formatted as a UTC string. |
The date the user was created, formatted as a UTC string.
Signature:
creationTime?: string;
The date the user last signed in, formatted as a UTC string.
Signature:
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-29 UTC.
[null,null,["Last updated 2022-07-29 UTC."],[],[],null,["# UserMetadataRequest interface\n\nUser metadata to include when importing a user.\n\n**Signature:** \n\n export interface UserMetadataRequest \n\nProperties\n----------\n\n| Property | Type | Description |\n|--------------------------------------------------------------------------------------------------|--------|--------------------------------------------------------------|\n| [creationTime](./firebase-admin.auth.usermetadatarequest.md#usermetadatarequestcreationtime) | string | The date the user was created, formatted as a UTC string. |\n| [lastSignInTime](./firebase-admin.auth.usermetadatarequest.md#usermetadatarequestlastsignintime) | string | The date the user last signed in, formatted as a UTC string. |\n\nUserMetadataRequest.creationTime\n--------------------------------\n\nThe date the user was created, formatted as a UTC string.\n\n**Signature:** \n\n creationTime?: string;\n\nUserMetadataRequest.lastSignInTime\n----------------------------------\n\nThe date the user last signed in, formatted as a UTC string.\n\n**Signature:** \n\n lastSignInTime?: string;"]]