Name | Description | Type | Additional information |
---|---|---|---|
grant_type |
Grant type for getting the access token.
|
string |
Required |
client_id |
Identifies the client that is making the request. The value passed in this parameter must exactly match the value in the registred Application. |
string |
Required |
client_secret |
The client secret that is created for the Application. |
string |
Required |
code |
Code that was returned from the OAuth Authorize step.
Used when requesting token for exchange of authorization code.
Set the |
string |
None. |
redirect_uri |
If set, must be the same as the provided in the OAuth Authorize step. |
string |
None. |
refresh_token |
Refresh token that was returned in token response for exchange of code.
Used when requesting token for exchange of refresh token code.
Set the |
string |
None. |
non_expiring |
Specify that the generated token should not expire |
boolean |
None. |