Hierarchy

  • User

Properties

accountUrl?: string

Optional url for user account management

attributes?: ReadonlyMap<string, string[]>

Optional key-value attributes for the user

companyLogo?: string

Optional url to the company logo.

context?: unknown

Optional authentication context (e.g. a login token)

eaiwsSession?: EaiwsSession

Optional user bound eaiws session. This session is an authorized eaiws session and may provide user specific data and access rights. It should be the preferred session for activities. Note: This session should not be closed. Use Utils.closeEaiwsSession() to ensure this.

fullName?: string

Optional full name of the user (e.g. first name + last name)

name: string

Login name of the user.

roles?: ReadonlySet<string>

Optional list of user roles

Generated using TypeDoc