UNPKG

node-sp-auth

Version:

Unattended SharePoint http authentication with nodejs

5 lines (4 loc) 77 B
export interface IAccessToken { value: string; expireOn: Date; }