=doc #18972 fix typo in docs on oauth2

This commit is contained in:
Konrad Malawski 2015-11-20 11:13:34 +01:00
parent ab8e8ac1fe
commit 6a5cc92df7

View file

@ -12,7 +12,7 @@ about OAuth 2 Bearer Token see `RFC6750`_.
.. _RFC6750: https://tools.ietf.org/html/rfc6750
To use it you subclass ``OAutht2Authenticator`` and implement the ``authenticate`` method
To use it you subclass ``OAuth2Authenticator`` and implement the ``authenticate`` method
to provide your own logic which verifies the OAuth2 credentials. When verification is done
the request can either be refused by returning the return value of ``refuseAccess()`` or completed
with an object that is application specific by returning the return value of ``authenticateAs(T)``.