o
    ˷e$                     @   sT   d Z ddlZddlmZmZmZ ddlmZ G dd deZe	eZ
e	eZdS )zViews for Drip API.    N)OAuth2AdapterOAuth2CallbackViewOAuth2LoginView   )DripProviderc                   @   s*   e Zd ZdZejZdZdZdZ	dd Z
dS )DripOAuth2AdapterzOAuth2Adapter for Drip API v3.z'https://www.getdrip.com/oauth/authorizez#https://www.getdrip.com/oauth/tokenzhttps://api.getdrip.com/v2/userc                 K   sH   dd |ji}tj| j|d}|  | d d }|  ||S )z.Complete login, ensuring correct OAuth header.Authorizationz
Bearer {0})headersusersr   )	formattokenrequestsgetprofile_urlraise_for_statusjsonget_providersociallogin_from_response)selfrequestappr   kwargsr	   response
extra_data r   a/var/www/ideatree/venv/lib/python3.10/site-packages/allauth/socialaccount/providers/drip/views.pycomplete_login   s
   z DripOAuth2Adapter.complete_loginN)__name__
__module____qualname____doc__r   idprovider_idauthorize_urlaccess_token_urlr   r   r   r   r   r   r      s    r   )r    r   ,allauth.socialaccount.providers.oauth2.viewsr   r   r   providerr   r   adapter_viewoauth2_loginoauth2_callbackr   r   r   r   <module>   s    
