shrub/mar/oauth-tokens.hoon

16 lines
334 B
Plaintext
Raw Normal View History

2015-12-20 14:48:17 +03:00
:: this mark is used to receive incoming oauth2 refresh#access tokens
2015-05-29 02:07:03 +03:00
::
2015-12-20 14:48:17 +03:00
:::: /hoon#oauth-tokens#mar
2015-05-29 02:07:03 +03:00
::
/? 310
!:
2015-12-10 07:05:58 +03:00
|_ {tok+@t ref+@t}
2015-05-29 02:07:03 +03:00
::
++ grab :: converter arm
|%
2015-12-10 07:05:58 +03:00
++ noun {@t @t} :: clam from noun
2015-05-29 02:07:03 +03:00
++ json (corl need (ot 'access_token'^so 'refresh_token'^so ~):jo)
--
--