SSOApiClient
Contains all the endpoints needed to manage sso.
Constructors
new SSOApiClient()
new SSOApiClient():
SSOApiClient
Returns
Methods
SignIn()
static
SignIn(config
?):Promise
<SSOSignInType
>
This endpoint signs in the user authenticated with the access token.
Parameters
Parameter | Type | Description |
---|---|---|
config ? | AxiosRequestConfig <any > |
Returns
Promise
<SSOSignInType
>
Source
SignUp()
static
SignUp(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 <any > |
Returns
Promise
<SSOSignUpType
>