abp-ng2-module
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.7.
11 lines (10 loc) • 419 B
TypeScript
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare abstract class RefreshTokenService {
/**
* Try to authenticate with refresh token and return if auth succeed
*/
abstract tryAuthWithRefreshToken(): Observable<boolean>;
static ɵfac: i0.ɵɵFactoryDeclaration<RefreshTokenService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<RefreshTokenService>;
}