walnut.js/oauth3.json
AJ ONeal 62d5a4c8dd Squashed 'lib/com.daplie.walnut/' content from commit be01307
git-subtree-dir: lib/com.daplie.walnut
git-subtree-split: be013079b42717d0598186a346e6f17cb2b2304d
2017-05-19 00:56:09 -05:00

23 lines
744 B
JSON

{ "[DEBUG] source uri": "com.daplie.connect"
, "authorization_dialog": {
"method": "GET"
, "url": "https://hellabit.com/#/authorization_dialog/"
, "XurlX2": "https://daplie.com/connect/#/authorization_dialog/"
, "XurlX": "https://oauth3.org/api/oauth3/authorization_dialog"
, "XtodoX": "hmmm... should this be dynamically generated? it must change per app, right?"
}
, "access_token": {
"method": "POST"
, "url": "https://oauth3.org/api/org.oauth3.provider/access_token"
}
, "accounts": {
"method": "GET"
, "url": "https://oauth3.org/api/org.oauth3.provider/accounts"
}
, "profile": {
"method": "GET"
, "url": "https://oauth3.org/api/org.oauth3.accounts/:account_id/me"
}
, "authn_scope": "oauth3_authn"
}