Prompt

enum Prompt : Enum<Prompt>

Prompt from specification https://openid.net/specs/openid-connect-core-1_0.html#AuthorizationEndpoint Detailed description is in the task ECB-3939

Entries

Link copied to clipboard

If logged in authenticate automatically, otherwise show login form

Link copied to clipboard

Always show login form

Link copied to clipboard

Always show consent screen

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard
fun valueOf(value: String): Prompt

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.