UserMetadataRequest interface

ユーザーのインポート時に含めるユーザー メタデータ。

署名:

export interface UserMetadataRequest 

プロパティ

プロパティ 説明
createTime 文字列 ユーザーの作成日(UTC 文字列形式)。
lastSignInTime 文字列 ユーザーが最後にログインした日付(UTC 文字列)。

UserMetadataRequest.creationTime

ユーザーの作成日(UTC 文字列形式)。

署名:

creationTime?: string;

UserMetadataRequest.lastSignInTime

ユーザーが最後にログインした日付(UTC 文字列)。

署名:

lastSignInTime?: string;