o
    ^[2h                     @   sX   d dl mZ g dZG dd deZG dd deZG dd deZG d	d
 d
eZdS )   )OAuth2Error)InvalidRequestUriErrorInvalidRequestObjectErrorRequestNotSupportedErrorRequestUriNotSupportedErrorc                   @      e Zd ZdZdZdZdS )r   invalid_request_urizWThe request_uri in the authorization request returns an error or contains invalid data.  N__name__
__module____qualname__errordescriptionstatus_code r   r   n/home/skpark/git/infrasmart_work/infrasmart/venv/lib/python3.10/site-packages/authlib/oauth2/rfc9101/errors.pyr          r   c                   @   r   )r   invalid_request_objectz9The request parameter contains an invalid Request Object.r	   Nr
   r   r   r   r   r      r   r   c                   @   r   )r   request_not_supportedzKThe authorization server does not support the use of the request parameter.r	   Nr
   r   r   r   r   r      s
    r   c                   @   r   )r   request_uri_not_supportedzOThe authorization server does not support the use of the request_uri parameter.r	   Nr
   r   r   r   r   r      r   r   N)baser   __all__r   r   r   r   r   r   r   r   <module>   s    