@osovitny/anatoly 3.16.26 → 3.16.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/iam/iam.module.d.ts
CHANGED
|
@@ -1,9 +1,34 @@
|
|
|
1
|
+
import { MsalBroadcastService, MsalInterceptor, MsalService } from '@azure/msal-angular';
|
|
2
|
+
import { MSALGuardConfigFactory, MSALInstanceFactory, MSALInterceptorConfigFactory } from './configs';
|
|
3
|
+
import { AuthenticationGuard, AdminGuard } from './guards';
|
|
4
|
+
import { AuthService } from './services/auth.service';
|
|
1
5
|
import * as i0 from "@angular/core";
|
|
2
6
|
import * as i1 from "@angular/common";
|
|
3
7
|
import * as i2 from "@angular/common/http";
|
|
4
8
|
import * as i3 from "@azure/msal-angular";
|
|
9
|
+
export declare const MSALProviders: (typeof MsalService | typeof MsalBroadcastService | typeof AuthService | typeof AuthenticationGuard | typeof AdminGuard | {
|
|
10
|
+
provide: import("@angular/core").InjectionToken<import("@angular/common/http").HttpInterceptor[]>;
|
|
11
|
+
useClass: typeof MsalInterceptor;
|
|
12
|
+
multi: boolean;
|
|
13
|
+
useFactory?: undefined;
|
|
14
|
+
} | {
|
|
15
|
+
provide: import("@angular/core").InjectionToken<string>;
|
|
16
|
+
useFactory: typeof MSALInterceptorConfigFactory;
|
|
17
|
+
useClass?: undefined;
|
|
18
|
+
multi?: undefined;
|
|
19
|
+
} | {
|
|
20
|
+
provide: import("@angular/core").InjectionToken<string>;
|
|
21
|
+
useFactory: typeof MSALGuardConfigFactory;
|
|
22
|
+
useClass?: undefined;
|
|
23
|
+
multi?: undefined;
|
|
24
|
+
} | {
|
|
25
|
+
provide: import("@angular/core").InjectionToken<string>;
|
|
26
|
+
useFactory: typeof MSALInstanceFactory;
|
|
27
|
+
useClass?: undefined;
|
|
28
|
+
multi?: undefined;
|
|
29
|
+
})[];
|
|
5
30
|
export declare class AnatolyIAMModule {
|
|
6
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnatolyIAMModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AnatolyIAMModule, never, [typeof i1.CommonModule, typeof i2.HttpClientModule, typeof i3.MsalModule],
|
|
32
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AnatolyIAMModule, never, [typeof i1.CommonModule, typeof i2.HttpClientModule, typeof i3.MsalModule], [typeof i3.MsalModule]>;
|
|
8
33
|
static ɵinj: i0.ɵɵInjectorDeclaration<AnatolyIAMModule>;
|
|
9
34
|
}
|