generateNewToken
This method uses a Cortex token to generate a new Cortex token. You can use this method to extend the expiration date of a token.
See authorize for details.
Parameters
Name | Type | Required | Description |
cortexToken |
| yes | A token returned by authorize |
clientId |
| yes | The client id of your Cortex application |
clientSecret |
| yes | The client secret of your Cortex application |
Result
The result is an object containing a field cortexToken.
Name | Type | Description |
cortexToken |
| The new Cortex token of the user |
Example
Last updated