@netgrif/components-core
Version:
Netgrif Application engine frontend core Angular library
13 lines (12 loc) • 650 B
TypeScript
import { AuthenticationMethodService } from '../../authentication-method.service';
import { Credentials } from '../../../models/credentials';
import { Observable } from 'rxjs';
import { UserResource } from '../../../../resources/interface/user-resource';
import * as i0 from "@angular/core";
export declare class NullAuthenticationService extends AuthenticationMethodService {
constructor();
login(credentials: Credentials): Observable<UserResource>;
logout(): Observable<object>;
static ɵfac: i0.ɵɵFactoryDeclaration<NullAuthenticationService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<NullAuthenticationService>;
}