🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 12:24:01 | 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: base.cpython-36.pyc
Read Only
3 ,�[� � @ sb d Z ddlmZmZ ddlZddlZddlmZmZm Z m Z eje�Z G dd� de�Zdd � ZdS ) z� oauthlib.oauth2.rfc6749 ~~~~~~~~~~~~~~~~~~~~~~~ This module is an implementation of various logic needed for consuming and providing OAuth 2.0 RFC6749. � )�absolute_import�unicode_literalsN� )�FatalClientError�OAuth2Error�ServerError�TemporarilyUnavailableErrorc @ sH e Zd Zdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zd S ) �BaseEndpointc C s d| _ d| _d S )NTF)� _available� _catch_errors)�self� r �/usr/lib/python3.6/base.py�__init__ s zBaseEndpoint.__init__c C s | j S )N)r )r r r r � available s zBaseEndpoint.availablec C s || _ d S )N)r )r r r r r r s c C s | j S )N)r )r r r r �catch_errors"