Appearance
cloudfire-auth / UserMetadata
Interface: UserMetadata
Defined in: types/firebase-admin/user-record.ts:150
Represents a user's metadata.
Properties
creationTime
readonlycreationTime:string
Defined in: types/firebase-admin/user-record.ts:154
The date the user was created, formatted as a UTC string.
lastRefreshTime?
readonlyoptionallastRefreshTime:string|null
Defined in: types/firebase-admin/user-record.ts:164
The time at which the user was last active (ID token refreshed), formatted as a UTC Date string (eg 'Sat, 03 Feb 2001 04:05:06 GMT'). Returns null if the user was never active.
lastSignInTime
readonlylastSignInTime:string
Defined in: types/firebase-admin/user-record.ts:158
The date the user last signed in, formatted as a UTC string.
Methods
toJSON()
toJSON():
object
Defined in: types/firebase-admin/user-record.ts:170
Returns a JSON-serializable representation of this object.
Returns
object
A JSON-serializable representation of this object.