TokenResponse
Response from POST /auth/token.
access_tokenAccess Tokenrequired
JWT to send as Authorization: Bearer ….
token_typeToken Type
Default value:
Bearerexpires_inExpires Inrequired
Seconds until the JWT expires.
TokenResponse
{
"access_token": "string",
"token_type": "Bearer",
"expires_in": 0
}