o
    ÿÑÐbJ  ã                   @   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
    Zinvalid_redirect_uriN©Ú__name__Ú
__module__Ú__qualname__Ú__doc__Úerror© r   r   ú\/var/www/secure340b-portal/env/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
    Z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
    Z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
    Zunapproved_software_statementNr   r   r   r   r   r      s    r   N)Zrfc6749r   r   r   r   r   r   r   r   r   Ú<module>   s
    
