
    k7i                     p    S r SSKJr  SSKJr  SSKJr  SSKJr  SSKJr  SSK	J
r
  SSKJr  SS	KJr  / S
Qrg)a  
authlib.oauth2.rfc6749.grants
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Implementation for `Section 4`_ of "Obtaining Authorization".

To request an access token, the client obtains authorization from the
resource owner. The authorization is expressed in the form of an
authorization grant, which the client uses to request the access
token. OAuth defines four grant types:

1. authorization code
2. implicit
3. resource owner password credentials
4. client credentials.

It also provides an extension mechanism for defining additional grant
types. Authlib defines refresh_token as a grant type too.

.. _`Section 4`: https://tools.ietf.org/html/rfc6749#section-4
   )AuthorizationCodeGrant)AuthorizationEndpointMixin)	BaseGrant)TokenEndpointMixin)ClientCredentialsGrant)ImplicitGrant)RefreshTokenGrant)%ResourceOwnerPasswordCredentialsGrant)r   r   r   r   r   r
   r   r	   N)__doc__authorization_coder   baser   r   r   client_credentialsr   implicitr   refresh_tokenr	   #resource_owner_password_credentialsr
   __all__     `/home/james-whalen/.local/lib/python3.13/site-packages/authlib/oauth2/rfc6749/grants/__init__.py<module>r      s+   , 7 ,  $ 6 # , V	r   