xo::Authorize method encoded_state (protected)

 <instance of xo::Authorize[i]> encoded_state \
    [ -return_url return_url ]

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

Switches:
-return_url
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 xo::oauth::nonce xo::oauth::nonce (public) xo::Authorize instproc encoded_state xo::Authorize instproc encoded_state xo::Authorize instproc encoded_state->xo::oauth::nonce

Testcases:
No testcase defined.
Source code:
set state [::xo::oauth::nonce]
append state . [ns_base64urlencode $return_url]
return $state
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: