Modifier and Type | Field and Description |
---|---|
public static final PromptType | CONSENT
The Authorization Server SHOULD prompt the End-User for consent before returning information to the Client. |
public static final PromptType | LOGIN
The Authorization Server SHOULD prompt the End-User for reauthentication. |
public static final PromptType | NONE
The Authorization Server must not display any authentication or consent user interface pages. |
public static final PromptType | SELECT_ACCOUNT
The Authorization Server SHOULD prompt the End-User to select a user account. |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public static PromptType | |
public static PromptType | |
public static PromptType[] |
CONSENT | back to summary |
---|---|
public static final PromptType CONSENT The Authorization Server SHOULD prompt the End-User for consent before returning information to the Client. If it cannot obtain consent, it must return an error. ErrorCode : consent_required |
LOGIN | back to summary |
---|---|
public static final PromptType LOGIN The Authorization Server SHOULD prompt the End-User for reauthentication. If it cannot reauthenticate the End-User, it MUST return an error. ErrorCode : login_required |
NONE | back to summary |
---|---|
public static final PromptType NONE The Authorization Server must not display any authentication or consent user interface pages. An error is returned if an End-User is not already authenticated or the Client does not have pre-configured consent for the requested Claims. ErrorCode : login_required, interaction_required |
SELECT_ACCOUNT | back to summary |
---|---|
public static final PromptType SELECT_ACCOUNT The Authorization Server SHOULD prompt the End-User to select a user account. If it cannot obtain an account selection choice made by the end-user, it must return an error. ErrorCode : account_selection_required |
PromptType | back to summary |
---|---|
private PromptType() |
fromString | back to summary |
---|---|
public static PromptType fromString(String key) |
valueOf | back to summary |
---|---|
public static PromptType valueOf(String name) |
values | back to summary |
---|---|
public static PromptType[] values() |