UNPKG

node-sp-auth-nocolors

Version:

Unattended SharePoint http authentication with nodejs (Without Colors)

6 lines (5 loc) 234 B
import { IAuthResolver } from './IAuthResolver'; import * as authOptions from './IAuthOptions'; export declare class AuthResolverFactory { static resolve(siteUrl: string, options?: authOptions.IAuthOptions): IAuthResolver; }