o
    #Îj…  ã                   @   s$   d Z ddlmZ G dd„ deƒZdS )z¸
Provides access to the BCE credentials used for accessing BCE services: BCE access key ID and
secret access key.
These credentials are used to securely sign requests to BCE services.
é    )Úcompatc                   @   s   e Zd ZdZdd„ ZdS )ÚBceCredentialsz~
    Provides access to the BCE credentials used for accessing BCE services:
    BCE access key ID and secret access key.
    c                 C   s   t  |¡| _t  |¡| _d S )N)r   Zconvert_to_bytesÚaccess_key_idÚsecret_access_key)Úselfr   r   © r   ú^/var/www/html/Deteccion_Ine/venv/lib/python3.10/site-packages/baidubce/auth/bce_credentials.pyÚ__init__   s   zBceCredentials.__init__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r	   r   r   r   r   r      s    r   N)r   Zbaidubcer   Úobjectr   r   r   r   r   Ú<module>   s   