o
    ëË·e³  ã                   @   s>   d dl mZ d dlmZ d dlmZmZ G dd„ deeƒZdS )é    )ÚAuth0Provider)ÚOAuth2TestsMixin)ÚMockedResponseÚTestCasec                   @   s   e Zd ZejZdd„ ZdS )Ú
Auth0Testsc                 C   s
   t ddƒS )NéÈ   a!  
            {
                "picture": "https://secure.gravatar.com/avatar/123",
                "email": "mr.bob@your.Auth0.server.example.com",
                "id": 2,
                "sub": 2,
                "identities": [],
                "name": "Mr Bob"
            }
        )r   )Úself© r	   úb/var/www/ideatree/venv/lib/python3.10/site-packages/allauth/socialaccount/providers/auth0/tests.pyÚget_mocked_response
   s   þzAuth0Tests.get_mocked_responseN)Ú__name__Ú
__module__Ú__qualname__r   ÚidÚprovider_idr   r	   r	   r	   r
   r      s    r   N)Ú.allauth.socialaccount.providers.auth0.providerr   Úallauth.socialaccount.testsr   Úallauth.testsr   r   r   r	   r	   r	   r
   Ú<module>   s   