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
ErrInvalidRequest: "The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed",
48
+
ErrUnauthorizedClient: "The client is not authorized to request an authorization code using this method",
49
+
ErrAccessDenied: "The resource owner or authorization server denied the request",
50
+
ErrUnsupportedResponseType: "The authorization server does not support obtaining an authorization code using this method",
51
+
ErrInvalidScope: "The requested scope is invalid, unknown, or malformed",
52
+
ErrServerError: "The authorization server encountered an unexpected condition that prevented it from fulfilling the request",
53
+
ErrTemporarilyUnavailable: "The authorization server is currently unable to handle the request due to a temporary overloading or maintenance of the server",
54
+
ErrInvalidClient: "Client authentication failed",
55
+
ErrInvalidGrant: "The provided authorization grant (e.g., authorization code, resource owner credentials) or refresh token is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client",
56
+
ErrUnsupportedGrantType: "The authorization grant type is not supported by the authorization server",
0 commit comments