
    i[f                     f    d dl mZ  G d de          Z G d de          Z G d de          ZdS )	   )OAuth2Errorc                       e Zd ZdZdZdS )AuthorizationPendingErrorzThe authorization request is still pending as the end user hasn't
    yet completed the user-interaction steps (Section 3.3).
    authorization_pendingN__name__
__module____qualname____doc__error     Q/var/www/piapp/venv/lib/python3.11/site-packages/authlib/oauth2/rfc8628/errors.pyr   r      s          $EEEr   r   c                       e Zd ZdZdZdS )SlowDownErrorzA 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.
    	slow_downNr   r   r   r   r   r      s          EEEr   r   c                       e Zd ZdZdZdS )ExpiredTokenErrorzThe "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.
    expired_tokenNr   r   r   r   r   r      s         
 EEEr   r   N)rfc6749.errorsr   r   r   r   r   r   r   <module>r      s    ( ( ( ( ( (
$ $ $ $ $ $ $ $    K            r   