
    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)DoximityOAuth2Adapterdoximityz%https://auth.doximity.com/oauth/tokenz)https://auth.doximity.com/oauth/authorizez-https://www.doximity.com/api/v1/users/currentc                     dd|j                   z  i}t               j                         j                  | j                  |      }|j                         }| j                         j                  ||      S )NAuthorizationz	Bearer %s)headers)tokenr   get_requests_sessiongetprofile_urljsonget_providersociallogin_from_response)selfrequestappr   kwargsr   resp
extra_datas           i/var/www/cs2snipe.com/venv/lib/python3.12/site-packages/allauth/socialaccount/providers/doximity/views.pycomplete_loginz$DoximityOAuth2Adapter.complete_login   sg    "K%++$=>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>?MAK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M R ,++,AB1$112GHr   