shrub/base/mar/bit-get-token.hoon

20 lines
393 B
Plaintext
Raw Normal View History

2015-05-29 02:07:03 +03:00
::
:::: /hook/door/bit-get-token/mar
::
/? 314
/- *bit-api
/+ http
|_ req=bit-get-token
::
++ grow
|% ++ httpreq
2015-05-30 01:05:47 +03:00
=- [/com/coinbase/sandbox /oauth/token [%post ~] ~ `quay`-]
2015-05-29 02:07:03 +03:00
:~ ['grant_type' 'authorization_code']
['code' oat.req]
['redirect_uri' (crip (earn red.req))]
['client_id' cid.req]
['client_secret' sec.req]
==
--
--