Generates an API token.
To make any API call, you must acquire a JWT (JSON Web Token) format API token.
Your Dolby.io App Key.
Your Dolby.io App Secret.
Optional
API token expiration time in seconds. If no value is specified, the default is 1800, indicating 30 minutes. The maximum value is 86,400, indicating 24 hours.
A JwtToken object through a Promise.
Generates an API token.
To make any API call, you must acquire a JWT (JSON Web Token) format API token.