UserInfo Class
Beta
Information on the authenticated user.
Methods
| Name |
Description |
|
| constructor(id: string, email?: object, profile?: object, organization?: object, featureTracking?: object): UserInfo |
|
|
| fromJson(jsonObj: any): UserInfo | undefined Static |
Creates UserInfo from JSON obtained from typical Oidc clients |
|
Properties
| Name |
Type |
Description |
|
| email ConstructorProperty |
undefined | object |
Email details |
|
| featureTracking ConstructorProperty |
undefined | object |
Feature tracking information associated with the user |
|
| id ConstructorProperty |
string |
Id of the user |
|
| organization ConstructorProperty |
undefined | object |
Organization the user belongs to |
|
| profile ConstructorProperty |
undefined | object |
Profile of the user |
|
Defined in
Last Updated:
08 January, 2020