We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{'detail': ErrorDetail(string='Given token not valid for any token type', code='token_not_valid'), 'code': ErrorDetail(string='token_not_valid', code='token_not_valid'), 'messages': [{'token_class': ErrorDetail(string='AccessToken', code='token_not_valid'), 'token_type': ErrorDetail(string='access', code='token_not_valid'), 'message': ErrorDetail(string='Token has wrong type', code='token_not_valid')}]}
The text was updated successfully, but these errors were encountered:
"SOLVED, WAS USING REFRESH TOKEN INSTEAD OF ACCESS"
Sorry, something went wrong.
No branches or pull requests
{'detail': ErrorDetail(string='Given token not valid for any token type', code='token_not_valid'), 'code':
ErrorDetail(string='token_not_valid', code='token_not_valid'), 'messages': [{'token_class':
ErrorDetail(string='AccessToken', code='token_not_valid'), 'token_type': ErrorDetail(string='access',
code='token_not_valid'), 'message': ErrorDetail(string='Token has wrong type', code='token_not_valid')}]}
The text was updated successfully, but these errors were encountered: