🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 12:23:54 | PHP 8.2.32
📂
/ (Root)
/
usr
/
lib
/
python3.6
/
site-packages
/
oauthlib
/
oauth2
/
rfc6749
/
endpoints
/
__pycache__
📍 /usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/endpoints/__pycache__
🔄 Refresh
✏️
Editing: revocation.cpython-36.opt-1.pyc
Read Only
3 ,�[� � @ sn d Z ddlmZmZ ddlZddlmZ ddlmZm Z m Z mZ ddlm Z mZ eje�ZG d d � d e �ZdS )z� oauthlib.oauth2.rfc6749.endpoint.revocation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An implementation of the OAuth 2 `Token Revocation`_ spec (draft 11). .. _`Token Revocation`: https://tools.ietf.org/html/draft-ietf-oauth-revocation-11 � )�absolute_import�unicode_literalsN)�Request� )�InvalidClientError�InvalidRequestError�OAuth2Error�UnsupportedTokenTypeError� )�BaseEndpoint�catch_errors_and_unavailabilityc @ s4 e Zd ZdZd Zddd�Zedd d ��Zdd� ZdS )�RevocationEndpointz�Token revocation endpoint. Endpoint used by authenticated clients to revoke access and refresh tokens. Commonly this will be part of the Authorization Endpoint. �access_token� refresh_tokenNFc C s&