Skip to content

Commit 7889d83

Browse files
committed
Adding globals with support for auto auth token
Adding globals with support for auto auth token
1 parent 4fccfef commit 7889d83

File tree

1 file changed

+100
-4
lines changed

1 file changed

+100
-4
lines changed

Environments/OneNoteAPI.postman_globals.json

+100-4
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,114 @@
44
{
55
"key": "Prod_AuthToken",
66
"value": "",
7-
"description": "",
7+
"description": {
8+
"content": "",
9+
"type": "text/plain"
10+
},
11+
"enabled": true
12+
},
13+
{
14+
"key": "Prod_AuthToken_Exp",
15+
"value": "",
16+
"description": {
17+
"content": "",
18+
"type": "text/plain"
19+
},
20+
"enabled": true
21+
},
22+
{
23+
"key": "Prod_UserName",
24+
"value": "",
25+
"description": {
26+
"content": "",
27+
"type": "text/plain"
28+
},
29+
"enabled": true
30+
},
31+
{
32+
"key": "Prod_Password",
33+
"value": "",
34+
"description": {
35+
"content": "",
36+
"type": "text/plain"
37+
},
38+
"enabled": true
39+
},
40+
{
41+
"key": "Prod_client_id",
42+
"value": "",
43+
"description": {
44+
"content": "",
45+
"type": "text/plain"
46+
},
47+
"enabled": true
48+
},
49+
{
50+
"key": "Prod_AuthToken_Url",
51+
"value": "https://login.windows.net/common/oauth2/token",
52+
"description": {
53+
"content": "",
54+
"type": "text/plain"
55+
},
856
"enabled": true
957
},
1058
{
1159
"key": "PPE_AuthToken",
1260
"value": "",
13-
"description": "",
61+
"description": {
62+
"content": "",
63+
"type": "text/plain"
64+
},
65+
"enabled": true
66+
},
67+
{
68+
"key": "PPE_AuthToken_Exp",
69+
"value": "",
70+
"description": {
71+
"content": "",
72+
"type": "text/plain"
73+
},
74+
"enabled": true
75+
},
76+
{
77+
"key": "PPE_UserName",
78+
"value": "",
79+
"description": {
80+
"content": "",
81+
"type": "text/plain"
82+
},
83+
"enabled": true
84+
},
85+
{
86+
"key": "PPE_Password",
87+
"value": "",
88+
"description": {
89+
"content": "",
90+
"type": "text/plain"
91+
},
92+
"enabled": true
93+
},
94+
{
95+
"key": "PPE_client_id",
96+
"value": "",
97+
"description": {
98+
"content": "",
99+
"type": "text/plain"
100+
},
101+
"enabled": true
102+
},
103+
{
104+
"key": "PPE_AuthToken_Url",
105+
"value": "https://login.windows-ppe.net/common/oauth2/token",
106+
"description": {
107+
"content": "",
108+
"type": "text/plain"
109+
},
14110
"enabled": true
15111
}
16112
],
17113
"name": "My Workspace Globals",
18114
"_postman_variable_scope": "globals",
19-
"_postman_exported_at": "2018-10-16T16:55:29.453Z",
20-
"_postman_exported_using": "Postman/6.4.2"
115+
"_postman_exported_at": "2018-12-06T22:00:18.691Z",
116+
"_postman_exported_using": "Postman/6.5.3"
21117
}

0 commit comments

Comments
 (0)