File: //opt/cppython/lib/python3.8/site-packages/oauth2client/__pycache__/clientsecrets.cpython-38.pyc
U
KD�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 <