UNPKG

node-sp-auth

Version:

Unattended SharePoint http authentication with nodejs

6 lines (5 loc) 118 B
export interface IAuthData { refreshToken: string; realm: string; securityTokenServiceUri: string; }