o
    ©D®fJ  ã                   @   sP   d dl m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 )é   )ÚOAuth2Errorc                   @   ó   e Zd ZdZdZdS )ÚInvalidRedirectURIErrorzpThe value of one or more redirection URIs is invalid.
    https://tools.ietf.org/html/rfc7591#section-3.2.2
    Úinvalid_redirect_uriN©Ú__name__Ú
__module__Ú__qualname__Ú__doc__Úerror© r   r   úV/home/ubuntu/webapp/venv/lib/python3.10/site-packages/authlib/oauth2/rfc7591/errors.pyr      ó    r   c                   @   r   )ÚInvalidClientMetadataErrora(  The value of one of the client metadata fields is invalid and the
    server has rejected this request.  Note that an authorization
    server MAY choose to substitute a valid value for any requested
    parameter of a client's metadata.
    https://tools.ietf.org/html/rfc7591#section-3.2.2
    Úinvalid_client_metadataNr   r   r   r   r   r      s    r   c                   @   r   )ÚInvalidSoftwareStatementErrorzgThe software statement presented is invalid.
    https://tools.ietf.org/html/rfc7591#section-3.2.2
    Úinvalid_software_statementNr   r   r   r   r   r      r   r   c                   @   r   )Ú UnapprovedSoftwareStatementErrorz•The software statement presented is not approved for use by this
    authorization server.
    https://tools.ietf.org/html/rfc7591#section-3.2.2
    Úunapproved_software_statementNr   r   r   r   r   r      s    r   N)Úrfc6749r   r   r   r   r   r   r   r   r   Ú<module>   s
    
