From 0268858784bd23d5ee6c7839e8c687d611f20301 Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Thu, 30 Apr 2020 09:46:55 -0700 Subject: [PATCH] Yet another OAuth2 token error (#1177) * Yet another OAuth2 token error What exactly are the circumstances that cause this? * The dog ate it --- src/gam/gapi/errors.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gam/gapi/errors.py b/src/gam/gapi/errors.py index 2cc5e3c4..2085b956 100644 --- a/src/gam/gapi/errors.py +++ b/src/gam/gapi/errors.py @@ -229,6 +229,7 @@ OAUTH2_TOKEN_ERRORS = [ 'invalid_grant: Not a valid email', 'invalid_grant: Invalid JWT: No valid verifier found for issuer', 'invalid_grant: The account has been deleted', + 'invalid_grant: reauth related error (invalid_rapt)', 'invalid_request: Invalid impersonation prn email address', 'invalid_request: Invalid impersonation "sub" field', 'unauthorized_client: Client is unauthorized to retrieve access tokens '