InteractionRequiredExceptionReason Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. aad. msal4j. InteractionRequiredExceptionReason
- com.
- java.
public enum InteractionRequiredExceptionReason
extends java.lang.Enum<InteractionRequiredExceptionReason>
Details about the cause of an MsalInteractionRequiredException, giving a hint about the user can expect when they go through interactive authentication
Fields
ADDITIONAL_ACTION |
Issue can be resolved by remedial interaction with the system, outside of the interactive authentication flow. |
BASIC_ACTION |
Issue can be resolved by user interaction during the interactive authentication flow. |
CONSENT_REQUIRED |
User consent is missing, or has been revoked. |
MESSAGE_ONLY |
Issue cannot be resolved at this time. |
NONE |
No further details are provided. |
USER_PASSWORD_EXPIRED |
User's password has expired. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
valueOf(String name)
public static InteractionRequiredExceptionReason valueOf(String name)
Parameters
- name
- java.lang.String
Returns
values()
public static InteractionRequiredExceptionReason[] values()