UserMetadataRequest interface

導入使用者時要包含的使用者元資料。

簽名:

export interface UserMetadataRequest 

特性

財產類型描述
創建時間細繩建立使用者的日期,格式為 UTC 字串。
最後登入時間細繩使用者上次登入的日期,格式為 UTC 字串。

UserMetadataRequest.creationTime

建立使用者的日期,格式為 UTC 字串。

簽名:

creationTime?: string;

用戶元資料請求.lastSignInTime

使用者上次登入的日期,格式為 UTC 字串。

簽名:

lastSignInTime?: string;