New Oauth2 error message (#1524)

This commit is contained in:
Ross Scroggs
2022-05-25 13:29:18 -07:00
committed by GitHub
parent 370db726a4
commit 3e556425ec

View File

@@ -233,6 +233,7 @@ ERROR_REASON_TO_EXCEPTION = {
OAUTH2_TOKEN_ERRORS = [
'access_denied',
'access_denied: Requested client not authorized',
'access_denied: Account restricted',
'internal_failure: Backend Error',
'internal_failure: None',
'invalid_grant',