|
Server : LiteSpeed System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : nandedex ( 1060) PHP Version : 8.1.33 Disable Function : NONE Directory : /opt/cppython/lib/python3.8/site-packages/oauth2client/__pycache__/ |
U
O��g� � @ s� d Z ddlZddlZdZdZeddddd gddgd
�eddddd gddgd
�iZG dd� de�ZG d
d� de�Zdd� Z dd� Z
dd� Zdd� Zddd�Z
dS )z�Utilities for reading OAuth 2.0 client secret files.
A client_secrets.json file contains all the information needed to interact with
an OAuth 2.0 protected service.
� NZweb� installedZ client_idZ
client_secretZ
redirect_urisZauth_uriZ token_uri)�required�stringc @ s e Zd ZdZdS )�ErrorzBase error for this module.N��__name__�
__module__�__qualname__�__doc__� r r �G/opt/cppython/lib/python3.8/site-packages/oauth2client/clientsecrets.pyr <