§
    LÜd¼  ã                   ó4   — d dl mZmZ d„ Zdd„Zdd„Zd	d„ZdS )
é    )Úadd_params_to_qsÚadd_params_to_uric                 ó(   — t          |d| fg¦  «        S )z¶Add a Bearer Token to the request URI.
    Not recommended, use only if client can't use authorization header or body.

    http://www.example.com/path?access_token=h480djs93hd8
    Úaccess_token)r   )ÚtokenÚuris     úGF:\djangOuth\env\Lib\site-packages\authlib/oauth2/rfc6750/parameters.pyÚ
add_to_urir
      s   € õ ˜S N°EÐ#:Ð";Ñ<Ô<Ð<ó    Nc                 ó>   — |pi }d                      | ¦  «        |d<   |S )z„Add a Bearer Token to the request URI.
    Recommended method of passing bearer tokens.

    Authorization: Bearer h480djs93hd8
    z	Bearer {}ÚAuthorization)Úformat)r   Úheaderss     r	   Úadd_to_headersr      s*   € ð ˆm˜€GØ*×1Ò1°%Ñ8Ô8€GˆOÑØ€Nr   c                 ó0   — |€d}t          |d| fg¦  «        S )zKAdd a Bearer Token to the request body.

    access_token=h480djs93hd8
    NÚ r   )r   )r   Úbodys     r	   Úadd_to_bodyr      s&   € ð
 €|ØˆÝ˜D N°EÐ#:Ð";Ñ<Ô<Ð<r   Úheaderc                 óŒ   — |dv rt          | |¦  «        }n+|dv rt          | |¦  «        }n|dk    rt          | |¦  «        }|||fS )N)r   ÚurlÚquery)r   r   r   )r
   r   r   )r   r   r   r   Ú	placements        r	   Úadd_bearer_tokenr   "   sc   € ØÐ+Ð+Ð+Ý˜ Ñ$Ô$ˆˆØ	Ð+Ð	+Ð	+Ý  ¨Ñ0Ô0ˆˆØ	fÒ	Ð	Ý˜5 $Ñ'Ô'ˆØ˜ÐÐr   )N)r   )Úauthlib.common.urlsr   r   r
   r   r   r   © r   r	   ú<module>r      sr   ðØ CÐ CÐ CÐ CÐ CÐ CÐ CÐ Cð=ð =ð =ðð ð ð ð=ð =ð =ð =ðð ð ð ð ð r   