UserRecord interface

Record of the user

Properties

authType

Auth type of the user

email

Email of the user

fullName

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

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

metadata

Metadata of the record

metadata?: MetadataEntity

Property Value