IUserContext interface

Information about the current user

Properties

descriptor

Identity descriptor used to represent this user. In the format of {subject-type}.{base64-encoded-subject-id}

displayName

The user's display name (First name / Last name)

id

Unique id for the user

imageUrl

Url to the user's profile image

name

Name of the user (email/login)

Property Details

descriptor

Identity descriptor used to represent this user. In the format of {subject-type}.{base64-encoded-subject-id}

descriptor: string

Property Value

string

displayName

The user's display name (First name / Last name)

displayName: string

Property Value

string

id

Unique id for the user

id: string

Property Value

string

imageUrl

Url to the user's profile image

imageUrl: string

Property Value

string

name

Name of the user (email/login)

name: string

Property Value

string