UNPKG

node-sp-auth-nocolors

Version:

Unattended SharePoint http authentication with nodejs (Without Colors)

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