Browse Source

set return type of refreshToken() method in interface

pull/18803/head
Sinan Öztürk 2 years ago
parent
commit
9a1f489dba
  1. 2
      npm/ng-packs/packages/core/src/lib/abstracts/auth.service.ts

2
npm/ng-packs/packages/core/src/lib/abstracts/auth.service.ts

@ -97,5 +97,5 @@ export interface IAuthService {
getAccessToken(): string;
refreshToken(): void;
refreshToken(): Promise<AbpAuthResponse>;
}

Loading…
Cancel
Save