File: //usr/lib/python3/dist-packages/oauthlib/openid/connect/core/__pycache__/exceptions.cpython-38.pyc
U
��I]� � @ s� d Z ddlmZ ddlmZmZ G dd� de�ZG dd� de�ZG dd � d e�ZG d
d� de�Z G dd
� d
e�Z
G dd� de�ZG dd� de�ZG dd� de�Z
G dd� de�ZG dd� de�ZG 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.
� )�unicode_literals)�FatalClientError�OAuth2Errorc @ s e Zd ZdS )�FatalOpenIDClientErrorN��__name__�
__module__�__qualname__� r
r
�I/usr/lib/python3/dist-packages/oauthlib/openid/connect/core/exceptions.pyr s r c @ s e Zd ZdS )�OpenIDClientErrorNr r
r
r
r r s r c @ s 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.
Zinteraction_required� N�r r r �__doc__�error�status_coder
r
r
r r
s r
c @ s e Zd ZdZdZdZdS )�
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.
Zlogin_requiredr Nr r
r
r
r r "