Prompt

enum Prompt : Enum<Prompt>

Enum class representing the OAuth2 prompt parameter. Specifies whether the Authorization Server prompts the End-User for re-authentication and consent.

Entries

Link copied to clipboard

Forces re-authentication, even if the user is already logged in.

Link copied to clipboard

Forces a consent screen, even if the user has previously granted permissions.

Properties

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard

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.