xo::Authorize method logout (public)

 <instance of xo::Authorize[i]> logout

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

Perform logout operation from oauth in the background (i.e. without a redirect) when the logout_url is nonempty.

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

Testcases:
No testcase defined.
Source code:
set url [:logout_url]
if {$url ne ""} {
    ns_http run $url
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: