200 Successful Response
Schema: OAuthTokenResponse
-
access_tokenstring required -
The access token (JWT)
-
token_typestring -
Token type (always 'Bearer')
-
expires_ininteger required -
Access token lifetime in seconds
-
refresh_tokenstring -
Refresh token for obtaining new access tokens
-
scopestring -
Granted scope (may differ from requested)