UNPKG

node-sp-auth-nocolors

Version:

Unattended SharePoint http authentication with nodejs (Without Colors)

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