UserRecord interface
Record of the user
Properties
| auth |
Auth type of the user |
Email of the user |
|
| full |
Name of the user |
| id | Id of the user |
| kind | Type of account |
| metadata | Metadata of the record |
Property Details
authType
Auth type of the user
authType?: string
Property Value
string
Email of the user
email?: string
Property Value
string
fullName
Name of the user
fullName?: string
Property Value
string
id
Id of the user
id?: string
Property Value
string
kind
Type of account
kind?: string
Property Value
string