ms::Authorize method logout_url (public)

 <instance of ms::Authorize[i]> logout_url \
    [ -return_url return_url ]

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

Returns the URL for logging out. After the logout, azure redirects to the given page.

Switches:
-return_url
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 export_vars export_vars (public) ms::Authorize instproc logout_url ms::Authorize instproc logout_url ms::Authorize instproc logout_url->export_vars

Testcases:
No testcase defined.
Source code:
set base https://login.microsoftonline.com/common/oauth2/logout
set post_logout_redirect_uri [:qualified $return_url]
return [export_vars -no_empty -base $base {
    post_logout_redirect_uri
}]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: