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() |
claims, correlationId, headers, managedIdentitySource, 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–2025. All rights reserved.