File: //lib/python3/dist-packages/oauthlib/openid/connect/core/__pycache__/exceptions.cpython-310.pyc
o
���a� � @ s� d Z ddlmZmZ G dd� de�ZG dd� de�ZG dd� de�ZG d d
� d
e�ZG dd� de�ZG d
d� de�Z G dd� de�Z
G dd� de�ZG dd� de�ZG dd� de�Z
G dd� de�ZG dd� de�ZG dd� de�Zd dd�ZdS )!z�
oauthlib.oauth2.rfc6749.errors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error used both by OAuth 2 clients and providers to represent the spec
defined error responses for all four core grant types.
� )�FatalClientError�OAuth2Errorc @ � e Zd ZdS )�FatalOpenIDClientErrorN��__name__�
__module__�__qualname__� r
r
�I/usr/lib/python3/dist-packages/oauthlib/openid/connect/core/exceptions.pyr � r c @ r )�OpenIDClientErrorNr r
r
r
r r
r r
c @ � e Zd ZdZdZdZdS )�InteractionRequireda,
The Authorization Server requires End-User interaction to proceed.
This error MAY be returned when the prompt parameter value in the
Authentication Request is none, but the Authentication Request cannot be
completed without displaying a user interface for End-User interaction.
�interaction_required� N�r r r �__doc__�error�status_coder
r
r
r r � r c @ r )�
LoginRequireda'
The Authorization Server requires End-User authentication.
This error MAY be returned when the prompt parameter value in the
Authentication Request is none, but the Authentication Request cannot be
completed without displaying a user interface for End-User authentication.
�login_requiredr Nr r
r
r
r r r r c @ s e Zd ZdZdZdS )�AccountSelectionRequireda�
The End-User is REQUIRED to select a session at the Authorization Server.
The End-User MAY be authenticated at the Authorization Server with
different associated accounts, but the End-User did not select a session.
This error MAY be returned when the prompt parameter value in the
Authentication Request is none, but the Authentication Request cannot be
completed without displaying a user interface to prompt for a session to
use.
�account_selection_requiredN)r r r r r r
r
r
r r + s
r c @ r )�ConsentRequireda
The Authorization Server requires End-User consent.
This error MAY be returned when the prompt parameter value in the
Authentication Request is none, but the Authentication Request cannot be
completed without displaying a user interface for End-User consent.
�consent_requiredr Nr r
r
r
r r 9 r r c @ r )�InvalidRequestURIze
The request_uri in the Authorization Request returns an error or
contains invalid data.
�invalid_request_urizWThe request_uri in the Authorization Request returns an error or contains invalid data.N�r r r r r �descriptionr
r
r
r r E s r c @ r )�InvalidRequestObjectzC
The request parameter contains an invalid Request Object.
�invalid_request_objectz9The request parameter contains an invalid Request Object.Nr r
r
r
r r! O � r! c @ r )�RequestNotSupportedz?
The OP does not support use of the request parameter.
�request_not_supportedz'The request parameter is not supported.Nr r
r
r
r r$ W r# r$ c @ r )�RequestURINotSupportedzC
The OP does not support use of the request_uri parameter.
�request_uri_not_supportedz+The request_uri parameter is not supported.Nr r
r
r
r r&