Table of contents
- JetonJwt
Documentation
JetonJwt
Represents the result of an authentication on EXPLORE API. A token is valid up to 6 hours after generation.
| Name | Type | Description |
|---|---|---|
| Jeton | String | JWT token. |
| Expiration | DateTime | Validity end date (mind that getting a new token will revoke this one, regardless of this date). |

