관리-도구
편집 파일: backend_application.cpython-39.opt-1.pyc
a \��`� � @ s0 d Z ddlmZ ddlmZ G dd� de�ZdS )z� oauthlib.oauth2.rfc6749 ~~~~~~~~~~~~~~~~~~~~~~~ This module is an implementation of various logic needed for consuming and providing OAuth 2.0 RFC6749. � )�prepare_token_request� )�Clientc @ s e Zd ZdZdZddd�ZdS ) �BackendApplicationClienta� A public client utilizing the client credentials grant workflow. The client can request an access token using only its client credentials (or other supported means of authentication) when the client is requesting access to the protected resources under its control, or those of another resource owner which has been previously arranged with the authorization server (the method of which is beyond the scope of this specification). The client credentials grant type MUST only be used by confidential clients. Since the client authentication is used as the authorization grant, no additional authorization request is needed. Zclient_credentials� NFc K s<