API References of Flask OAuth 1.0 Server
========================================

This part of the documentation covers the interface of Flask OAuth 1.0
Server.

.. module:: authlib.integrations.flask_oauth1

.. autoclass:: AuthorizationServer
    :members:

.. autoclass:: ResourceProtector
    :member-order: bysource
    :members:

.. data:: current_credential

    Routes protected by :class:`ResourceProtector` can access current credential
    with this variable.


SQLAlchemy Help Functions
-------------------------

.. warning:: We will drop ``sqla_oauth2`` module in version 1.0.

.. module:: authlib.integrations.sqla_oauth1

.. autofunction:: create_query_client_func

.. autofunction:: create_query_token_func

.. autofunction:: create_exists_nonce_func

.. autofunction:: register_nonce_hooks

.. autofunction:: register_temporary_credential_hooks

.. autofunction:: register_token_credential_hooks
