Type alias MsalInterceptorConfiguration

MsalInterceptorConfiguration: {
    authRequest?: MsalInterceptorAuthRequest | ((msalService, req, originalAuthRequest) => MsalInterceptorAuthRequest);
    interactionType: Popup | Redirect;
    protectedResourceMap: Map<string, (string | ProtectedResourceScopes)[] | null>;
}

Type declaration

Generated using TypeDoc