UNPKG

node-sp-auth

Version:

Unattended SharePoint http authentication with nodejs

5 lines (4 loc) 131 B
import { IAuthResponse } from './IAuthResponse'; export interface IAuthResolver { getAuth: () => Promise<IAuthResponse>; }