oip-common 0.1.5 → 0.1.6
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/fesm2022/oip-common.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -347,6 +347,7 @@ declare abstract class SecurityService {
|
|
|
347
347
|
abstract forceRefreshSession(): Observable<LoginResponse>;
|
|
348
348
|
abstract isAdmin(): boolean;
|
|
349
349
|
abstract authorize(configId?: string, authOptions?: AuthOptions): void;
|
|
350
|
+
abstract payload: BehaviorSubject<any>;
|
|
350
351
|
}
|
|
351
352
|
/**
|
|
352
353
|
* SecurityService extends OidcSecurityService to manage authentication,
|