public class MsalInteractionRequiredException extends MsalServiceException
| Constructor and Description |
|---|
MsalInteractionRequiredException(com.microsoft.aad.msal4j.ErrorResponse errorResponse,
Map<String,List<String>> headerMap)
Initializes a new instance of the exception class
|
| Modifier and Type | Method and Description |
|---|---|
InteractionRequiredExceptionReason |
reason()
Reason for the MsalInteractionRequiredException, enabling you to do more actions or inform the
user depending on your scenario.
|
claims, correlationId, headers, statusCode, statusMessageerrorCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MsalInteractionRequiredException(com.microsoft.aad.msal4j.ErrorResponse errorResponse,
Map<String,List<String>> headerMap)
errorResponse - response object contain information about error returned by serverheaderMap - http headers from the server responsepublic InteractionRequiredExceptionReason reason()
Copyright © 2013–2021. All rights reserved.