@open-rlb/ng-app 3.1.92 → 3.1.94
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/package.json
CHANGED
|
@@ -840,6 +840,10 @@ declare class AuthenticationService {
|
|
|
840
840
|
modal: Window | null;
|
|
841
841
|
private logger;
|
|
842
842
|
private readonly aclStore;
|
|
843
|
+
private readonly _authReady$;
|
|
844
|
+
readonly authReady$: Observable<void>;
|
|
845
|
+
private readonly _authenticated$;
|
|
846
|
+
readonly authenticated$: Observable<void>;
|
|
843
847
|
constructor(oidcSecurityService: OidcSecurityService, cookiesService: CookiesService, router: Router, parseJwtService: ParseJwtService, store: Store<BaseState>, log: AppLoggerService, localStorage: AppStorageService, adminApi: AdminApiService, envConfig: EnvironmentConfiguration, authConfig: AuthConfiguration, appconfig: IConfiguration, authUrlHandler: AuthUrlHandler | null);
|
|
844
848
|
get oidc(): OidcSecurityService;
|
|
845
849
|
get config(): AuthConfiguration;
|