summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2
diff options
context:
space:
mode:
authorjonathan vanasco <jonathan@2xlp.com>2018-09-14 19:08:56 -0400
committerjonathan vanasco <jonathan@2xlp.com>2018-09-14 19:08:56 -0400
commitc8fcbf87ca38faa4dfbe56d0609a4ce15c2d7aca (patch)
treef7a46fbdbb4565857efd8973f7915a5df8f67fc5 /oauthlib/oauth2
parente4658e048ac2b2126b56c41e0494cd17607ea190 (diff)
downloadoauthlib-c8fcbf87ca38faa4dfbe56d0609a4ce15c2d7aca.tar.gz
standardized some test values
integrated against requests_oauthlib idea
Diffstat (limited to 'oauthlib/oauth2')
-rw-r--r--oauthlib/oauth2/rfc6749/parameters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oauthlib/oauth2/rfc6749/parameters.py b/oauthlib/oauth2/rfc6749/parameters.py
index 2b6e854..1229f31 100644
--- a/oauthlib/oauth2/rfc6749/parameters.py
+++ b/oauthlib/oauth2/rfc6749/parameters.py
@@ -146,7 +146,7 @@ def prepare_token_revocation_request(url, token, token_type_hint="access_token",
token types. An authorization server MAY ignore
this parameter, particularly if it is able to detect
the token type automatically.
-
+
This specification defines two values for `token_type_hint`:
* access_token: An access token as defined in [RFC6749],