SSOApiClient
Contains all the endpoints needed to manage sso.
Constructors
Constructor
new SSOApiClient():
SSOApiClient
Returns
SSOApiClient
Methods
SignIn()
staticSignIn(config?):Promise<SSOSignInType>
This endpoint signs in the user authenticated with the access token.
Parameters
| Parameter | Type | Description | 
|---|---|---|
| config? | AxiosRequestConfig | 
Returns
Promise<SSOSignInType>
SignUp()
staticSignUp(data,config?):Promise<SSOSignUpType>
This endpoint creates a new account. Only users with the admin role can register new users.
Parameters
| Parameter | Type | Description | 
|---|---|---|
| data | SSOSignUpParams | |
| config? | AxiosRequestConfig | 
Returns
Promise<SSOSignUpType>