The constructor function is a special function that is called when an object is created from a class
The user ID of the user you want to get the profile of.
Config - This is the configuration object that is passed to the constructor of the base class.
The headers function returns an object with a key of AUTHORIZATION and a value of Bearer + the API_KEY.
The headers object.
It creates an api key for the user.
Input-CreateAPIKeyForUser
The response from the API.
It creates an application for the user.
Input-CreateApplication
The response from the API.
It creates a gateway for the user.
The response from the API. ----> CreateGateway
It returns the information of the api key that has been created by the user.
Input-GetAPIKeyInfo
The response from the API.
It returns the list of api keys that have been created by the user.
Input-GetAPIKeyList
The response from the API.
It returns the list of applications that have been created by the user.
The response from the API.
It returns the list of gateways that have been created by the user.
The response from the API. ----> GetGatewayList
It returns the information of the api key that has been created by the user.
Input-UpdateAPIKeyOfUser
The response from the API.
Generated using TypeDoc
Classdesc
The User class is a child class of the SetConfig class. The User class has a constructor that takes in a userID and a config object. The User class has a bunch of methods that make API calls to the Identity Server.