xo::Authorize method decoded_state (protected)

 <instance of xo::Authorize[i]> decoded_state state

Defined in packages/xooauth/tcl/authorize-procs.tcl

Parameters:
state

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
lassign [split $state .] nonce encoded_url
return [list  nonce $nonce  return_url [ns_base64urldecode $encoded_url]]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: