@alfresco/adf-content-services
Version:
Alfresco ADF content services
11 lines (10 loc) • 530 B
TypeScript
import { AuthenticationService, BasicAlfrescoAuthService } from '@alfresco/adf-core';
import * as i0 from "@angular/core";
export declare class ContentAuthLoaderService {
private readonly basicAlfrescoAuthService;
private readonly authService;
constructor(basicAlfrescoAuthService: BasicAlfrescoAuthService, authService: AuthenticationService);
init(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ContentAuthLoaderService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ContentAuthLoaderService>;
}