Question
Refresh token has any one created or used for any proejct in an API call?
I can only generate the access token when I create a project. I did send offline_access in scope and grant type but received invalid grant type error response. Any ideas or suggestions?
repsonse :
{
"error": "unsupported_grant_type"
}