UNPKG

node-sp-auth

Version:

Unattended SharePoint http authentication with nodejs

9 lines (8 loc) 144 B
export interface IAuthResponse { headers: { [key: string]: any; }; options?: { [key: string]: any; }; }