@codex-ts/core-lib 1.1.4 → 1.1.5
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.
|
@@ -5,6 +5,7 @@ export declare class KeycloakAuthGuard {
|
|
|
5
5
|
private readonly keycloakService;
|
|
6
6
|
private readonly config;
|
|
7
7
|
private readonly router;
|
|
8
|
+
private readonly platformId;
|
|
8
9
|
canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable<boolean | UrlTree>;
|
|
9
10
|
private processAuthentication;
|
|
10
11
|
private hasRequiredRoles;
|