node-sp-auth-nocolors
Version:
Unattended SharePoint http authentication with nodejs (Without Colors)
10 lines (9 loc) • 324 B
TypeScript
import { IAuthResolver } from '../IAuthResolver';
import { IAuthResponse } from '../IAuthResponse';
export declare class FileConfig implements IAuthResolver {
private _siteUrl;
private static CredsCache;
constructor(_siteUrl: string);
getAuth(): Promise<IAuthResponse>;
private findBestMatch;
}