@azure/msal-angular
Advanced tools
Comparing version 3.0.8 to 3.0.9
@@ -1,2 +0,2 @@ | ||
import { InjectionToken } from '@angular/core'; | ||
import { InjectionToken } from "@angular/core"; | ||
export declare const MSAL_INSTANCE: InjectionToken<string>; | ||
@@ -3,0 +3,0 @@ export declare const MSAL_GUARD_CONFIG: InjectionToken<string>; |
@@ -1,3 +0,3 @@ | ||
import { EndSessionRequest, AuthorizationUrlRequest, AuthenticationResult, PopupRequest, RedirectRequest, SilentRequest, Logger } from '@azure/msal-browser'; | ||
import { Observable } from 'rxjs'; | ||
import { EndSessionRequest, AuthorizationUrlRequest, AuthenticationResult, PopupRequest, RedirectRequest, SilentRequest, Logger } from "@azure/msal-browser"; | ||
import { Observable } from "rxjs"; | ||
export interface IMsalService { | ||
@@ -4,0 +4,0 @@ initialize(): Observable<void>; |
@@ -1,5 +0,5 @@ | ||
import { EventMessage, IPublicClientApplication, InteractionStatus } from '@azure/msal-browser'; | ||
import { Observable } from 'rxjs'; | ||
import { MsalService } from './msal.service'; | ||
import { MsalBroadcastConfiguration } from './msal.broadcast.config'; | ||
import { EventMessage, IPublicClientApplication, InteractionStatus } from "@azure/msal-browser"; | ||
import { Observable } from "rxjs"; | ||
import { MsalService } from "./msal.service"; | ||
import { MsalBroadcastConfiguration } from "./msal.broadcast.config"; | ||
import * as i0 from "@angular/core"; | ||
@@ -6,0 +6,0 @@ export declare class MsalBroadcastService { |
@@ -1,5 +0,5 @@ | ||
import { RouterStateSnapshot } from '@angular/router'; | ||
import { PopupRequest, RedirectRequest, InteractionType } from '@azure/msal-browser'; | ||
import { MsalService } from './msal.service'; | ||
export declare type MsalGuardAuthRequest = Partial<PopupRequest> | Partial<Omit<RedirectRequest, 'redirectStartPage'>>; | ||
import { RouterStateSnapshot } from "@angular/router"; | ||
import { PopupRequest, RedirectRequest, InteractionType } from "@azure/msal-browser"; | ||
import { MsalService } from "./msal.service"; | ||
export declare type MsalGuardAuthRequest = Partial<PopupRequest> | Partial<Omit<RedirectRequest, "redirectStartPage">>; | ||
export type MsalGuardConfiguration = { | ||
@@ -6,0 +6,0 @@ interactionType: InteractionType.Popup | InteractionType.Redirect; |
@@ -1,7 +0,7 @@ | ||
import { Location } from '@angular/common'; | ||
import { ActivatedRouteSnapshot, RouterStateSnapshot, UrlTree, Router } from '@angular/router'; | ||
import { Observable } from 'rxjs'; | ||
import { MsalService } from './msal.service'; | ||
import { MsalGuardConfiguration } from './msal.guard.config'; | ||
import { MsalBroadcastService } from './msal.broadcast.service'; | ||
import { Location } from "@angular/common"; | ||
import { ActivatedRouteSnapshot, RouterStateSnapshot, UrlTree, Router } from "@angular/router"; | ||
import { Observable } from "rxjs"; | ||
import { MsalService } from "./msal.service"; | ||
import { MsalGuardConfiguration } from "./msal.guard.config"; | ||
import { MsalBroadcastService } from "./msal.broadcast.service"; | ||
import * as i0 from "@angular/core"; | ||
@@ -8,0 +8,0 @@ export declare class MsalGuard { |
@@ -1,5 +0,5 @@ | ||
import { HttpRequest } from '@angular/common/http'; | ||
import { PopupRequest, RedirectRequest, InteractionType, SilentRequest } from '@azure/msal-browser'; | ||
import { MsalService } from './msal.service'; | ||
export declare type MsalInterceptorAuthRequest = Omit<PopupRequest, 'scopes'> | Omit<RedirectRequest, 'scopes'> | Omit<SilentRequest, 'scopes'>; | ||
import { HttpRequest } from "@angular/common/http"; | ||
import { PopupRequest, RedirectRequest, InteractionType, SilentRequest } from "@azure/msal-browser"; | ||
import { MsalService } from "./msal.service"; | ||
export declare type MsalInterceptorAuthRequest = Omit<PopupRequest, "scopes"> | Omit<RedirectRequest, "scopes"> | Omit<SilentRequest, "scopes">; | ||
export type MsalInterceptorConfiguration = { | ||
@@ -6,0 +6,0 @@ interactionType: InteractionType.Popup | InteractionType.Redirect; |
@@ -1,7 +0,7 @@ | ||
import { Location } from '@angular/common'; | ||
import { HttpRequest, HttpHandler, HttpEvent, HttpInterceptor } from '@angular/common/http'; | ||
import { Observable } from 'rxjs'; | ||
import { MsalService } from './msal.service'; | ||
import { MsalInterceptorConfiguration } from './msal.interceptor.config'; | ||
import { MsalBroadcastService } from './msal.broadcast.service'; | ||
import { Location } from "@angular/common"; | ||
import { HttpRequest, HttpHandler, HttpEvent, HttpInterceptor } from "@angular/common/http"; | ||
import { Observable } from "rxjs"; | ||
import { MsalService } from "./msal.service"; | ||
import { MsalInterceptorConfiguration } from "./msal.interceptor.config"; | ||
import { MsalBroadcastService } from "./msal.broadcast.service"; | ||
import * as i0 from "@angular/core"; | ||
@@ -8,0 +8,0 @@ export declare class MsalInterceptor implements HttpInterceptor { |
@@ -1,5 +0,5 @@ | ||
import { ModuleWithProviders } from '@angular/core'; | ||
import { IPublicClientApplication } from '@azure/msal-browser'; | ||
import { MsalGuardConfiguration } from './msal.guard.config'; | ||
import { MsalInterceptorConfiguration } from './msal.interceptor.config'; | ||
import { ModuleWithProviders } from "@angular/core"; | ||
import { IPublicClientApplication } from "@azure/msal-browser"; | ||
import { MsalGuardConfiguration } from "./msal.guard.config"; | ||
import { MsalInterceptorConfiguration } from "./msal.interceptor.config"; | ||
import * as i0 from "@angular/core"; | ||
@@ -6,0 +6,0 @@ import * as i1 from "./msal.redirect.component"; |
@@ -1,5 +0,5 @@ | ||
import { Location } from '@angular/common'; | ||
import { Router } from '@angular/router'; | ||
import { NavigationClient, NavigationOptions } from '@azure/msal-browser'; | ||
import { MsalService } from './msal.service'; | ||
import { Location } from "@angular/common"; | ||
import { Router } from "@angular/router"; | ||
import { NavigationClient, NavigationOptions } from "@azure/msal-browser"; | ||
import { MsalService } from "./msal.service"; | ||
import * as i0 from "@angular/core"; | ||
@@ -6,0 +6,0 @@ /** |
@@ -6,4 +6,4 @@ /** | ||
*/ | ||
import { OnInit } from '@angular/core'; | ||
import { MsalService } from './msal.service'; | ||
import { OnInit } from "@angular/core"; | ||
import { MsalService } from "./msal.service"; | ||
import * as i0 from "@angular/core"; | ||
@@ -10,0 +10,0 @@ export declare class MsalRedirectComponent implements OnInit { |
@@ -1,5 +0,5 @@ | ||
import { Location } from '@angular/common'; | ||
import { IPublicClientApplication, EndSessionRequest, EndSessionPopupRequest, AuthenticationResult, RedirectRequest, SilentRequest, PopupRequest, SsoSilentRequest, Logger } from '@azure/msal-browser'; | ||
import { Observable } from 'rxjs'; | ||
import { IMsalService } from './IMsalService'; | ||
import { Location } from "@angular/common"; | ||
import { IPublicClientApplication, EndSessionRequest, EndSessionPopupRequest, AuthenticationResult, RedirectRequest, SilentRequest, PopupRequest, SsoSilentRequest, Logger } from "@azure/msal-browser"; | ||
import { Observable } from "rxjs"; | ||
import { IMsalService } from "./IMsalService"; | ||
import * as i0 from "@angular/core"; | ||
@@ -6,0 +6,0 @@ export declare class MsalService implements IMsalService { |
{ | ||
"name": "@azure/msal-angular", | ||
"version": "3.0.8", | ||
"version": "3.0.9", | ||
"author": { | ||
@@ -22,3 +22,3 @@ "name": "Microsoft", | ||
"peerDependencies": { | ||
"@azure/msal-browser": "^3.5.0", | ||
"@azure/msal-browser": "^3.6.0", | ||
"rxjs": "^7.0.0" | ||
@@ -25,0 +25,0 @@ }, |
export declare const name = "@azure/msal-angular"; | ||
export declare const version = "3.0.8"; | ||
export declare const version = "3.0.9"; |
@@ -5,14 +5,14 @@ /** | ||
*/ | ||
export { MsalService } from './msal.service'; | ||
export { IMsalService } from './IMsalService'; | ||
export { MsalGuard } from './msal.guard'; | ||
export { MsalGuardConfiguration, MsalGuardAuthRequest, } from './msal.guard.config'; | ||
export { MsalInterceptor } from './msal.interceptor'; | ||
export { MsalInterceptorConfiguration, MsalInterceptorAuthRequest, ProtectedResourceScopes, } from './msal.interceptor.config'; | ||
export { MSAL_INSTANCE, MSAL_GUARD_CONFIG, MSAL_INTERCEPTOR_CONFIG, MSAL_BROADCAST_CONFIG, } from './constants'; | ||
export { MsalBroadcastService } from './msal.broadcast.service'; | ||
export { MsalBroadcastConfiguration } from './msal.broadcast.config'; | ||
export { MsalModule } from './msal.module'; | ||
export { MsalRedirectComponent } from './msal.redirect.component'; | ||
export { MsalCustomNavigationClient } from './msal.navigation.client'; | ||
export { version } from './packageMetadata'; | ||
export { MsalService } from "./msal.service"; | ||
export { IMsalService } from "./IMsalService"; | ||
export { MsalGuard } from "./msal.guard"; | ||
export { MsalGuardConfiguration, MsalGuardAuthRequest, } from "./msal.guard.config"; | ||
export { MsalInterceptor } from "./msal.interceptor"; | ||
export { MsalInterceptorConfiguration, MsalInterceptorAuthRequest, ProtectedResourceScopes, } from "./msal.interceptor.config"; | ||
export { MSAL_INSTANCE, MSAL_GUARD_CONFIG, MSAL_INTERCEPTOR_CONFIG, MSAL_BROADCAST_CONFIG, } from "./constants"; | ||
export { MsalBroadcastService } from "./msal.broadcast.service"; | ||
export { MsalBroadcastConfiguration } from "./msal.broadcast.config"; | ||
export { MsalModule } from "./msal.module"; | ||
export { MsalRedirectComponent } from "./msal.redirect.component"; | ||
export { MsalCustomNavigationClient } from "./msal.navigation.client"; | ||
export { version } from "./packageMetadata"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
339990