We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7d0bf commit 0a21723Copy full SHA for 0a21723
docs/index.rst
@@ -37,10 +37,10 @@ Example Usage
37
38
oauth.authenticate(request, response)
39
.then((token) => {
40
- // Request is authorized.
+ // The request was successfully authenticated.
41
})
42
.catch((err) => {
43
- // Request is not authorized or an error occured.
+ // The request failed authentication.
44
});
45
46
See the :doc:`/model/spec` of what is required from the model passed to :doc:`/api/oauth2-server`.
0 commit comments