UNPKG

444 BJSONView Raw
1{
2 "authorizationURL": "https://example.com/authorizationUrl",
3 "tokenURL": "https://example.com/tokenUrl",
4 "authType": "OAUTH2",
5 "tokenParams": {},
6 "authorizationParams": {},
7 "config": {
8 "scope": []
9 },
10 "setupViews": [
11 {
12 "type": "text",
13 "label": "Client ID",
14 "controlName": "clientID"
15 },
16 {
17 "type": "password",
18 "label": "Client Secret",
19 "controlName": "clientSecret"
20 }
21 ]
22}