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
/
src
/
auth
/
base
/
IAppToken.ts
13 lines
(12 loc)
•
265 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
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}; }