keycloak-angular
Advanced tools
Comparing version 9.3.0 to 9.3.1
import { HttpHeaders, HttpRequest } from '@angular/common/http'; | ||
import { Subject } from 'rxjs'; | ||
import Keycloak from 'keycloak-js'; | ||
import { ExcludedUrlRegex, KeycloakOptions } from '../interfaces/keycloak-options'; | ||
@@ -31,4 +30,4 @@ import { KeycloakEvent } from '../interfaces/keycloak-event'; | ||
isTokenExpired(minValidity?: number): boolean; | ||
updateToken(): Promise<boolean>; | ||
loadUserProfile(forceReload?: boolean): Promise<Keycloak.KeycloakProfile>; | ||
updateToken(minValidity?: number): Promise<boolean>; | ||
loadUserProfile(forceReload?: boolean): Promise<import("keycloak-js").KeycloakProfile>; | ||
getToken(): Promise<string>; | ||
@@ -35,0 +34,0 @@ getUsername(): string; |
{ | ||
"name": "keycloak-angular", | ||
"version": "9.3.0", | ||
"version": "9.3.1", | ||
"description": "Easy Keycloak setup for Angular applications", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
195757
1097