Prompt Class
This class defines the constant strings for prompt parameter.
The values are based on https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest
- Inheritance
-
builtins.objectPrompt
Constructor
Prompt()
Attributes
CONSENT
CONSENT = 'consent'
CREATE
CREATE = 'create'
LOGIN
LOGIN = 'login'
NONE
NONE = 'none'
SELECT_ACCOUNT
SELECT_ACCOUNT = 'select_account'
Feedback
Submit and view feedback for