You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead, a SocialAuthException is thrown from OAuth2 with the error message Verification code is null.
It's important to note that Google's way of returning from an access-denied scenario is with a request parameter of error whose value is access_denied. The code request parameter isn't returned in this case, which trips the OAuth2 thrown exception.
Instead, a SocialAuthException is thrown from OAuth2 with the error message
Verification code is null
.It's important to note that Google's way of returning from an access-denied scenario is with a request parameter of
error
whose value isaccess_denied
. Thecode
request parameter isn't returned in this case, which trips the OAuth2 thrown exception.Stack trace:
The text was updated successfully, but these errors were encountered: