UNPKG

node-sp-auth-nocolors

Version:

Unattended SharePoint http authentication with nodejs (Without Colors)

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