UNPKG

628 BJSONView Raw
1{
2 "requestTokenURL": "https://example.com/oauth/RequestToken",
3 "accessTokenURL": "https://example.com/oauth/AccessToken",
4 "userAuthorizationURL": "https://example.com/oauth/Authorize",
5 "callbackURL": "https://int.bearer.sh/v2/auth/callback",
6 "authType": "OAUTH1",
7 "signatureMethod": "HMAC-SHA1",
8 "tokenParams": {},
9 "authorizationParams": {},
10 "config": {
11 "scope": []
12 },
13 "setupViews": [
14 {
15 "type": "text",
16 "label": "Consumer Key",
17 "controlName": "consumerKey"
18 },
19 {
20 "type": "password",
21 "label": "Consumer Secret",
22 "controlName": "consumerSecret"
23 }
24 ]
25}