File: index.rst

package info (click to toggle)
python-globus-sdk 3.54.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,032 kB
  • sloc: python: 34,226; sh: 44; makefile: 31
file content (20 lines) | stat: -rw-r--r-- 633 bytes parent folder | download
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