1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Token Caching
=============
The documentation in this section provides references for interfaces and standard
implementations for caching OAuth2 tokens. While there are two distinct class
hierarchies, :ref:`token_storages` and its predecessor :ref:`storage_adapters`, we
recommend using the former. ``TokenStorage`` is a newer iteration of the token storage
interface and includes a superset of the functionality previously supported in
``StorageAdapter``.
All constructs from both hierarchies are importable from the ``globus_sdk.tokenstorage``
namespace.
.. toctree::
:maxdepth: 1
token_storages
storage_adapters
|