| Server IP : 3.138.164.131 / Your IP : 216.73.216.136 Web Server : Apache System : Linux ns1.techtime.me 4.18.0-147.8.1.el8.lve.1.x86_64 #1 SMP Mon Jun 29 09:55:57 EDT 2020 x86_64 User : injazaat ( 1471) PHP Version : 8.1.20 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/endpoints/__pycache__/ |
Upload File : |
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"