Prompt Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. aad. msal4j. Prompt
- com.
- java.
public enum Prompt
extends java.lang.Enum<Prompt>
Indicate the type of user interaction that is required when sending authorization code request.
Fields
ADMIN_CONSENT |
An administrator should be prompted to consent on behalf of all users in their organization. |
CONSENT |
User consent has been granted, but needs to be updated. |
LOGIN |
The user should be prompted to reauthenticate. |
NONE |
User will not be shown an interactive prompt |
SELECT_ACCOUNT |
The user is prompted to select an account, interrupting single sign on. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
toString()
public String toString()
Returns
- Overrides
-
java.lang.Enum.toString()