public class MSAL
{
public MSALInterceptorConfig Interceptor { get; set; }
}
public class MSALInterceptorConfig
{
public string? InteractionType { get; set; }
public List<Dictionary<string, List<string>>>? ProtectedResourceMap { get; set; }
}
public class MSAL
{
public MSALInterceptorConfig Interceptor { get; set; }
}
public class MSALInterceptorConfig
{
public string? InteractionType { get; set; }
public List<Dictionary<string, List<string>>>? ProtectedResourceMap { get; set; }
}