zek 14.2.69 → 14.2.70
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.
|
@@ -3,7 +3,7 @@ import { KeyPair, LoginToken, LoginUser } from '../models';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class AuthService {
|
|
5
5
|
private _isInitialized;
|
|
6
|
-
private
|
|
6
|
+
private _oldValue;
|
|
7
7
|
private _user;
|
|
8
8
|
get user(): LoginUser | null;
|
|
9
9
|
private _timerId;
|
|
@@ -11,6 +11,7 @@ export declare class AuthService {
|
|
|
11
11
|
private _stopRefreshTokenTimer;
|
|
12
12
|
private _emitRefreshToken;
|
|
13
13
|
isAuthenticated(): boolean;
|
|
14
|
+
emitOnSignedIn(): void;
|
|
14
15
|
private _onSignedInSubject?;
|
|
15
16
|
private _onSignedInObservable?;
|
|
16
17
|
get onSignedIn(): Observable<boolean>;
|