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",
52
-
ErrUnauthorizedClient: "The client is not authorized to request an authorization code using this method",
53
-
ErrAccessDenied: "The resource owner or authorization server denied the request",
54
-
ErrUnsupportedResponseType: "The authorization server does not support obtaining an authorization code using this method",
55
-
ErrInvalidScope: "The requested scope is invalid, unknown, or malformed",
56
-
ErrServerError: "The authorization server encountered an unexpected condition that prevented it from fulfilling the request",
57
-
ErrTemporarilyUnavailable: "The authorization server is currently unable to handle the request due to a temporary overloading or maintenance of the server",
58
-
ErrInvalidClient: "Client authentication failed",
59
-
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",
60
-
ErrUnsupportedGrantType: "The authorization grant type is not supported by the authorization server",
54
+
ErrInvalidRequest: "The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed",
55
+
ErrUnauthorizedClient: "The client is not authorized to request an authorization code using this method",
56
+
ErrAccessDenied: "The resource owner or authorization server denied the request",
57
+
ErrUnsupportedResponseType: "The authorization server does not support obtaining an authorization code using this method",
58
+
ErrInvalidScope: "The requested scope is invalid, unknown, or malformed",
59
+
ErrServerError: "The authorization server encountered an unexpected condition that prevented it from fulfilling the request",
60
+
ErrTemporarilyUnavailable: "The authorization server is currently unable to handle the request due to a temporary overloading or maintenance of the server",
61
+
ErrInvalidClient: "Client authentication failed",
62
+
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",
63
+
ErrUnsupportedGrantType: "The authorization grant type is not supported by the authorization server",
64
+
ErrCodeChallengeRquired: "PKCE is required. code_challenge is missing",
65
+
ErrUnsupportedCodeChallengeMethod: "Selected code_challenge_method not supported",
66
+
ErrInvalidCodeChallengeLen: "Code challenge length must be between 43 and 128 charachters long",
0 commit comments