Authentication Response

The response from the authorization server will be as follows:

{
    "access_token": "string_encrypted_access_token",
    "expires_in": 604800,
    "token_type": "Bearer"
}