@open-rlb/ng-app 3.0.10 → 3.0.12
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/index.d.ts
CHANGED
|
@@ -709,7 +709,7 @@ declare class AuthenticationService {
|
|
|
709
709
|
get config(): AuthConfiguration;
|
|
710
710
|
get currentProvider(): _open_rlb_ng_app.ProviderConfiguration | undefined;
|
|
711
711
|
checkAuthMultiple(url?: string | undefined): Observable<LoginResponse[]>;
|
|
712
|
-
login(): void;
|
|
712
|
+
login(targetUrl?: string): void;
|
|
713
713
|
logout(): Promise<void>;
|
|
714
714
|
logout$(): Observable<unknown>;
|
|
715
715
|
get userInfo$(): Observable<any>;
|