...
Info |
---|
Note that this step happens in the browser, initiated by your application’s user. That means Your application should have a controller in the backend to retrieve |
2. Get Access Token
Status | ||||
---|---|---|---|---|
|
POST /api/v1/oauth/token
Note |
---|
This step should NOT be done in the browser. Why? You have to pass your At any cost, you should NOT expose your |
Status | ||||
---|---|---|---|---|
|
POST /api/v1/oauth/token
Query Parameters
Name | Type | Description |
---|---|---|
|
| Required. The client ID you received from Citesphere for your App. |
|
| Required. The client secret you received from Citesphere for your App. |
|
| Required. The code you received as a response in the previous step |
|
| The URL of the application you configured in Citesphere |
|
| The unguessable random string you provided (and received back) during the previous step. |
|
| Required. Use For a list of values, check https://auth0.com/docs/applications/application-grant-types |
...