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.object
Prompt

Constructor

Prompt()

Attributes

CONSENT = 'consent'

CREATE

CREATE = 'create'

LOGIN

LOGIN = 'login'

NONE

NONE = 'none'

SELECT_ACCOUNT

SELECT_ACCOUNT = 'select_account'