HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //usr/lib/python3/dist-packages/oauthlib/oauth1/rfc5849/__pycache__/errors.cpython-310.pyc
o

���a�	�@shdZddlmZmZGdd�de�ZGdd�de�ZGdd�de�ZGd	d
�d
e�ZGdd�de�Z	d
S)z�
oauthlib.oauth1.rfc5849.errors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Error used both by OAuth 1 clients and provicers to represent the spec
defined error responses for all four core grant types.
�)�add_params_to_uri�	urlencodecsJeZdZdZdZ		d�fdd�	Zdd�Zedd	��Zed
d��Z	�Z
S)
�OAuth1ErrorN��csL|p|j|_d�|j|j�}|r|dt|�7}t��|�||_||_dS)a�
        description:    A human-readable ASCII [USASCII] text providing
                        additional information, used to assist the client
                        developer in understanding the error that occurred.
                        Values for the "error_description" parameter MUST NOT
                        include characters outside the set
                        x20-21 / x23-5B / x5D-7E.

        uri:    A URI identifying a human-readable web page with information
                about the error, used to provide the client developer with
                additional information about the error.  Values for the
                "error_uri" parameter MUST conform to the URI- Reference
                syntax, and thus MUST NOT include characters outside the set
                x21 / x23-5B / x5D-7E.

        state:  A CSRF protection value received from the client.

        request:  Oauthlib Request object
        z({}) {}� N)�description�format�error�repr�super�__init__�uri�status_code)�selfrrr�request�message��	__class__��@/usr/lib/python3/dist-packages/oauthlib/oauth1/rfc5849/errors.pyr
s
zOAuth1Error.__init__cCst||j�S�N)r�	twotuples)rrrrr�in_uri-szOAuth1Error.in_uricCs<d|jfg}|jr|�d|jf�|jr|�d|jf�|S)Nr
�error_description�	error_uri)r
r�appendr)rr
rrrr0szOAuth1Error.twotuplescCs
t|j�Sr)rr)rrrr�
urlencoded9s
zOAuth1Error.urlencoded)NNrN)�__name__�
__module__�__qualname__r
rr
r�propertyrr�
__classcell__rrrrrs�
rc@seZdZdZdZdS)�InsecureTransportError�insecure_transport_protocolz%Only HTTPS connections are permitted.N)rrr r
rrrrrr#>sr#c@�eZdZdZdS)�InvalidSignatureMethodError�invalid_signature_methodN�rrr r
rrrrr&C�r&c@r%)�InvalidRequestError�invalid_requestNr(rrrrr*Gr)r*c@r%)�InvalidClientError�invalid_clientNr(rrrrr,Kr)r,N)
�__doc__�oauthlib.commonrr�	Exceptionrr#r&r*r,rrrr�<module>s3