Add Token Dialog
The Add Token dialog appears when you click the Add Token button on the Preferences page. It lets you create an authorization token (that is, a JSON Web Token known as a JWT) to be used to authenticate calls to Code Insight REST APIs. The token is associated with the user account under which you are logged in or whose password you have changed in the Change Password fields on the Preferences page. The dialog has the following fields:
Column/Field |
Description |
||||||
Name |
Enter a name for the token you are creating. |
||||||
Token Validity |
Select one of the validity periods:
|
||||||
Validity Calendar |
If you check the Expires On option, the validity calendar becomes active. Type an expiration date (for example, 10/10/10), or click the calendar icon and select a date. |
||||||
Save |
Click this button to save the token. |
||||||
Cancel |
Click this button to exit the Add Token dialog without saving the token. |
See Also