Interface representing a user's metadata.
Signature:
export interface UserMetadata
Properties
Property | Type | Description |
---|---|---|
creationTime | string | Time the user was created. |
lastSignInTime | string | Time the user last signed in. |
UserMetadata.creationTime
Time the user was created.
Signature:
readonly creationTime?: string;
UserMetadata.lastSignInTime
Time the user last signed in.
Signature:
readonly lastSignInTime?: string;