UserMetadataRequest interface

导入用户时要包含的用户元数据。

签名:

export interface UserMetadataRequest 

特性

财产类型描述
创建时间细绳创建用户的日期,格式为 UTC 字符串。
最后登录时间细绳用户上次登录的日期,格式为 UTC 字符串。

UserMetadataRequest.creationTime

创建用户的日期,格式为 UTC 字符串。

签名:

creationTime?: string;

用户元数据请求.lastSignInTime

用户上次登录的日期,格式为 UTC 字符串。

签名:

lastSignInTime?: string;