Retrieving the Access Token
Getting the code
Getting the access token
{
"access_token": "qwertyuio123456",
"token_type": "Bearer",
"refresh_token": "qwertyuiopasdfghjk",
"expires_in": 3600,
"scope": "profile"
} Refresh token
Last updated