U
    Wij                     @   sH   d dl mZmZ d dlmZmZmZmZ d dlm	Z	 G dd deZ
dS )    )DictOptional)AsyncGoTrueClientAsyncMemoryStorageAsyncSupportedStorageAuthFlowType)AsyncClientc                
   @   sT   e Zd ZdZdddde dddeeeeef  ee eee	ee
 edddZdS )	AsyncSupabaseAuthClientZSupabaseAuthClientNTZimplicit)headersstorage_keyauto_refresh_tokenpersist_sessionstoragehttp_client	flow_typeurlr
   r   r   r   r   r   r   c          	      C   s,   |dkri }t j| ||||||||d	 dS )z(Instantiate SupabaseAuthClient instance.Nr   )r   __init__)	selfr   r
   r   r   r   r   r   r    r   a/home/afrizal/public_html/fastapi/venv/lib/python3.8/site-packages/supabase/_async/auth_client.pyr      s    z AsyncSupabaseAuthClient.__init__)__name__
__module____qualname____doc__r   strr   r   boolr   r   r   r   r   r   r   r   r	      s$   r	   N)typingr   r   Zgotruer   r   r   r   Zgotrue.http_clientsr   r	   r   r   r   r   <module>   s   