Gets the access token via the App client ID and secret.
*Note: The retrieved access token will expire in one hour.
{
"client_id": "******************",
"client_secret": "***************************"
}
Represents the app registration information.
Attributes |
Description |
client_id |
The client ID of your app. |
client_secret |
The secret of your app. |
Returns the access token that you will need to use to communicate with your MaivenPoint tenant.
Attributes |
Description |
accesstoken |
The access token you need to communicate with your MaivenPoint tenant. |