USA
800 691 9120
UK
01225 704844
We use cookies on our website to analyze website usage and to help secure the website against misuse. Advertising and functional cookies are not used in our site or our web application products.
By clicking “Accept Essential Cookies Only”, you consent to us placing these cookies.
Create a signed JSON Web Token and store it in the result buffer
Generates a signed JWT using the HS256 algorithm. The resulting token string is placed in the result buffer. Use this to create tokens for authenticating outbound API calls.
| Parameter | Description |
|---|---|
| cmd | Subject claim for the token |
| Argument 0 | Issuer |
| Argument 1 | Audience |
| Argument 2 | Expiry in minutes |
| Argument 3 | Secret |
| Argument 4 | Claims in the form key1:value1,key2:value2 |
JsonWebToken "Subject claim for the token", "Issuer", "Audience", "Expiry in minutes", "Secret", "Claims in the form key1:value1,key2:value2"