Type definition for app.application.user

Hierarchy

  • IWebexAppsUserState

Properties

displayName: null | string

Display name of the given user or blank if isPrivateDataAvailable is false.

email: null | string

Email of the given user or blank if isPrivateDataAvailable is false.

id: null | string

User id. Can be a real user id or a derived user id if isPrivateDataAvailable is false.

orgId: null | string

Org id. Can be a real organization id or a derived org id if isPrivateDataAvailable if false.

token: null | string

JWT token for the given user.