@solidexpert/auth
Advanced tools
Comparing version 15.0.4 to 15.0.5
@@ -1,2 +0,1 @@ | ||
import { HttpClient } from '@angular/common/http'; | ||
import { JwtHelperService } from '@auth0/angular-jwt'; | ||
@@ -14,6 +13,5 @@ import { Observable } from 'rxjs'; | ||
export declare class AuthenticationService extends IAuthenticationService { | ||
private http; | ||
private jwtHelperService; | ||
isAuthentication(): boolean; | ||
constructor(http: HttpClient, jwtHelperService: JwtHelperService); | ||
constructor(jwtHelperService: JwtHelperService); | ||
getToken(): string | Promise<string>; | ||
@@ -20,0 +18,0 @@ setToken(token: string): void; |
{ | ||
"name": "@solidexpert/auth", | ||
"version": "15.0.4", | ||
"version": "15.0.5", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^13.2.0", |
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
67835
621