post https://kone.uat.koddi.io/console/v1/session/token
Response
Field | Type | Description |
---|---|---|
token | object | The token object |
id_token | string | The JWT id token. This will be used in all Authorization headers for subsequent requests. |
refresh_token | string | The JWT refresh token. This will be used to get a new id token when the timer for refresh is complete. |
expires_in | int | The time in seconds until the id token expires. |