We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa8f4b3 commit 4993860Copy full SHA for 4993860
docs/references/tutorials.md
@@ -150,8 +150,8 @@ The complete list of exceptions is the following.
150
- `OAuth2AuthenticationError` - An exception is raised when the authentication fails.
151
- `OAuth2InvalidRequestError` - An exception is raised when the request is invalid.
152
153
-The request is considered invalid when one of mandatory parameters such as `state` or `code` is missing or the request
154
-did not succeed.
+The request is considered invalid when one of the mandatory parameters, such as `state` or `code` is missing or the
+request fails. And the errors that occur during the OAuth steps are considered authentication errors.
155
156
<style>
157
.info, .details {
0 commit comments