UNPKG

node-sp-auth-nocolors

Version:

Unattended SharePoint http authentication with nodejs (Without Colors)

16 lines (15 loc) 311 B
export interface IAppToken { appctx: string; appctxsender: string; aud: string; exp: number; iat: number; nbf: number; iss: string; refreshtoken: string; realm: string; context: { CacheKey: string; SecurityTokenServiceUri: string; }; }