Access Token Response

Representations

JSON

Properties

Name Type Description
access_token token Unique access token
token_type string bearer
scope string refresh_short (default) or refresh_long
expires_in integer Number of seconds until expiration of the access token
refresh_token token Unique refresh token

Types

Name Description
token URL-safe Base64 encoded hash (+/ translated to resp. -_ and no trailing =)

Example

{
     "access_token": "MTVhMTAzMTZiYWQxYTc0NGU3MGY2OTc2YzYxNTQ1ZGYxOWEwN2ZmMDEwMGNmMDY5NTU0YzQ0ZTg2ZTQ2Njc4ZQ",
     "expires_in": 3600,
     "token_type": "bearer",
     "scope": "refresh_short",
     "refresh_token": "NjNjZjU5Y2Y5YTQ0ODJiZjRhMGY4OGE2MzYyZTRiMGQyYzI4MGY0YmI1MTc4YjlhNmQwYjE0MWQzZjY1OWNkNw"
}