summaryrefslogtreecommitdiff
path: root/docs/oauth2/tokens/bearer.rst
blob: 8c6270d1e76329c6f71827e04508fd1099bb7778 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
=============
Bearer Tokens
=============

The most common OAuth 2 token type. It provides very little in terms of security
and relies heavily upon the ability of the client to keep the token secret.

Bearer tokens are the default setting with all configured endpoints. Generally
you will not need to ever construct a token yourself as the provided servers
will do so for you.

.. autoclass:: oauthlib.oauth2.BearerToken
    :members: