UNPKG
node-sp-auth-nocolors
Version:
latest (0.0.1)
0.0.1
Unattended SharePoint http authentication with nodejs (Without Colors)
node-sp-auth-nocolors
/
lib
/
src
/
auth
/
base
/
IAppToken.d.ts
16 lines
(15 loc)
•
311 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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; }; }