Skip to content

Instantly share code, notes, and snippets.

@cmisztur
Created September 26, 2018 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmisztur/f9d491155d7af1a879a504a187a4e097 to your computer and use it in GitHub Desktop.
Save cmisztur/f9d491155d7af1a879a504a187a4e097 to your computer and use it in GitHub Desktop.
WAK OAuth Register State
{
"s": "03e68c85-b7d7-477d-a279-e393ddf83188",
"i": "0660832ed102cb146a33",
"k": "5bc0c5e9b538a1852266222ff11b73038040a694a1527a7d6853a65c7c27",
"t_u": "https://www.wunderlist.com/oauth/access_token",
"t_p": [
{
"k": "grant_type",
"v": "authorization_code"
}
],
"r_u": "http://exist1.haptixgames.com:8080/exist/restxq/oauth-interceptor",
"o": [
{
"k": "u_app",
"v": "my-fancy-application"
},
{
"k": "u_tba",
"v": "true"
},
{
"k": "u_dbg",
"v": "true"
},
{
"k": "u_frm",
"v": "true"
},
{
"k": "u_qry",
"v": "false"
},
{
"k": "u_cnt",
"v": "application/x-www-form-urlencoded"
},
{
"k": "u_ptl",
"v": "false"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment