AuthToken

user_api.v1.AuthToken

type AuthToken

user_api.v1.AuthToken

FieldTypeDescription
tokenstringOAuth2 RFC6749 Access Token.
token_typestringOAuth2 token type- Default Bearer- RFC6750.
expires_inint32Validity time of the token in seconds.
refresh_tokenstringOAuth2 RFC6749 Refresh Token.
{
  "token": "TOKEN",
  "token_type": "TOKEN_TYPE",
  "expires_in": 100,
  "refresh_token": "REFRESH_TOKEN"
}