UNPKG

node-sp-auth-config

Version:

Config options builder for node-sp-auth (SharePoint Authentication in Node.js)

17 lines (16 loc) 527 B
import { IAuthContext, IAuthConfigSettings } from './interfaces'; export declare class AuthConfig { private settings; private strategies; private context; private customData; private cpass; constructor(settings?: IAuthConfigSettings); getContext: () => Promise<IAuthContext>; private tryAuth; private checkForPrompts; private runCheckForPrompts; private getJsonContent; } export { IAuthContext, IAuthConfigSettings } from './interfaces'; export { IAuthOptions } from 'node-sp-auth';