UNPKG

node-sp-auth-nocolors

Version:

Unattended SharePoint http authentication with nodejs (Without Colors)

11 lines (10 loc) 446 B
import { IAuthResolver } from './../IAuthResolver'; import { IOnpremiseUserCredentials } from './../IAuthOptions'; import { IAuthResponse } from './../IAuthResponse'; export declare class OnpremiseTmgCredentials implements IAuthResolver { private _siteUrl; private _authOptions; private static CookieCache; constructor(_siteUrl: string, _authOptions: IOnpremiseUserCredentials); getAuth(): Promise<IAuthResponse>; }