
    f                         d dl mZ d dlmZmZmZ  G d de      Z ej                  e      Z ej                  e      Z	y)    )get_adapter)OAuth2AdapterOAuth2CallbackViewOAuth2LoginViewc                   "    e Zd ZdZdZdZdZd Zy)ExistOAuth2Adapterexistz$https://exist.io/oauth2/access_tokenz!https://exist.io/oauth2/authorizez(https://exist.io/api/2/accounts/profile/c                    ddj                  |j                        i}t               j                         j	                  | j
                  |      }|j                         }| j                         j                  ||      S )NAuthorizationz
Bearer {0})headers)	formattokenr   get_requests_sessiongetprofile_urljsonget_providersociallogin_from_response)selfrequestappr   kwargsr   resp
extra_datas           f/var/www/cs2snipe.com/venv/lib/python3.12/site-packages/allauth/socialaccount/providers/exist/views.pycomplete_loginz!ExistOAuth2Adapter.complete_login   sm    "L$7$7$DEM..044T5E5Ew4W 	 YY[
  "<<WjQQ    N)__name__
__module____qualname__provider_idaccess_token_urlauthorize_urlr   r    r   r   r   r   	   s    K=7M<KRr   r   N)
allauth.socialaccount.adapterr   ,allauth.socialaccount.providers.oauth2.viewsr   r   r   r   adapter_viewoauth2_loginoauth2_callbackr$   r   r   <module>r*      sI    5 R R ,++,>?1$112DEr   