o
    ÿÑÐb—  ã                   @   s@   d dl mZ G dd„ deƒZG dd„ deƒZG dd„ deƒZdS )	é   )ÚOAuth2Errorc                   @   ó   e Zd ZdZdZdS )ÚAuthorizationPendingErrorz‚The authorization request is still pending as the end user hasn't
    yet completed the user-interaction steps (Section 3.3).
    Zauthorization_pendingN©Ú__name__Ú
__module__Ú__qualname__Ú__doc__Úerror© r   r   ú\/var/www/secure340b-portal/env/lib/python3.10/site-packages/authlib/oauth2/rfc8628/errors.pyr      s    r   c                   @   r   )ÚSlowDownErrorzÐA variant of "authorization_pending", the authorization request is
    still pending and polling should continue, but the interval MUST
    be increased by 5 seconds for this and all subsequent requests.
    Z	slow_downNr   r   r   r   r   r      s    r   c                   @   r   )ÚExpiredTokenErrorzôThe "device_code" has expired, and the device authorization
    session has concluded.  The client MAY commence a new device
    authorization request but SHOULD wait for user interaction before
    restarting to avoid unnecessary polling.
    Zexpired_tokenNr   r   r   r   r   r      s    r   N)Zrfc6749.errorsr   r   r   r   r   r   r   r   Ú<module>   s    