관리-도구
편집 파일: revocation.cpython-39.pyc
a \��`\ � @ sR d Z ddlZddlmZ ddlmZ ddlmZmZ e� e �ZG dd � 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 � N)�Request� )�OAuth2Error� )�BaseEndpoint�catch_errors_and_unavailabilityc @ s8 e Zd ZdZdZdZd dd�Zedd d ��Zdd� Z dS )�RevocationEndpointz�Token revocation endpoint. Endpoint used by authenticated clients to revoke access and refresh tokens. Commonly this will be part of the Authorization Endpoint. )Zaccess_tokenZ refresh_token)�POSTNFc C s&