UserMetadata interface

代表使用者中繼資料的介面。

簽名:

export interface UserMetadata 

屬性

屬性 類型 說明
creationTime 字串 使用者的建立時間。
lastSignInTime 字串 使用者上次登入的時間。

使用者中繼資料.creationTime

使用者的建立時間。

簽名:

readonly creationTime?: string;

使用者中繼資料.lastSignInTime

使用者上次登入的時間。

簽名:

readonly lastSignInTime?: string;