Home
last modified time | relevance | path

Searched refs:logout (Results 1 – 25 of 43) sorted by relevance

12

/plugin/oauthkeycloak/
Daction.php21 public function logout() function in action_plugin_oauthkeycloak
25 $oauth->logout();
DKeycloak.php75 public function logout() function in dokuwiki\\plugin\\oauthkeycloak\\Keycloak
/plugin/youtrack/
Dhelper.php188 function logout() { function in helper_plugin_youtrack
203 $this->logout();
223 $this->logout();
/plugin/oauthazure/
Daction.php21 public function logout() function in action_plugin_oauthazure
25 $oauth->logout();
DAzure.php92 public function logout() function in dokuwiki\\plugin\\oauthazure\\Azure
/plugin/asciidocjs/node_modules/require-directory/
DREADME.markdown29 * logout.js
49 app.get('/logout', routes.auth.logout);
59 logout: require('routes/auth/logout.js'),
/plugin/adfs/phpsaml/
DCHANGELOG29 …gle logout service to provide NameQualifier and SPNameQualifier to logout method. Add getNameIdNam…
64 * Improve logout documentation on Readme.
159 * Add $stay parameter on redirectTo method. (login/logout supports $stay but I forgot add this on p…
169 * Add $stay parameter to login, logout and processSLO method.
187 * login, logout and processSLO now return ->redirectTo instead of just call it.
237 * Logout Request constructor now accepts encoded logout requests.
240 * Added extra parameters option to login and logout methods.
DREADME.md1011 $auth->logout(); // Method that sent the Logout Request.
1015 * `$returnTo` - The target URL the user should be returned to after logout.
1030 If we do not set a `'url'` param in the logout method and are using the
1040 $auth->logout($newTargetUrl);
1042 A more complex logout with all the parameters:
1068 $auth->logout($returnTo, $paramters, $nameId, $sessionIndex, false, $nameIdFormat, $nameIdNameQuali…
1074 $sloBuiltUrl = $auth->logout(null, $paramters, $nameId, $sessionIndex, true);
1085 the SLO and processes the logout response.
1108 $auth->logout();
1317 * `logout` - Initiates the SLO process.
[all …]
/plugin/saml/phpsaml/
DCHANGELOG29 …gle logout service to provide NameQualifier and SPNameQualifier to logout method. Add getNameIdNam…
64 * Improve logout documentation on Readme.
159 * Add $stay parameter on redirectTo method. (login/logout supports $stay but I forgot add this on p…
169 * Add $stay parameter to login, logout and processSLO method.
187 * login, logout and processSLO now return ->redirectTo instead of just call it.
237 * Logout Request constructor now accepts encoded logout requests.
240 * Added extra parameters option to login and logout methods.
DREADME.md1011 $auth->logout(); // Method that sent the Logout Request.
1015 * `$returnTo` - The target URL the user should be returned to after logout.
1030 If we do not set a `'url'` param in the logout method and are using the
1040 $auth->logout($newTargetUrl);
1042 A more complex logout with all the parameters:
1068 $auth->logout($returnTo, $paramters, $nameId, $sessionIndex, false, $nameIdFormat, $nameIdNameQuali…
1074 $sloBuiltUrl = $auth->logout(null, $paramters, $nameId, $sessionIndex, true);
1085 the SLO and processes the logout response.
1108 $auth->logout();
1317 * `logout` - Initiates the SLO process.
[all …]
/plugin/oauth/
DOAuthManager.php147 public function logout() function in dokuwiki\\plugin\\oauth\\OAuthManager
155 $service->logout();
Dauth.php125 $this->om->logout();
DAdapter.php281 public function logout() function in dokuwiki\\plugin\\oauth\\Adapter
/plugin/authssocas/vendor/apereo/phpcas/source/
DCAS.php1491 public static function logout($params = "") function in phpCAS
1511 self::$_PHPCAS_CLIENT->logout($parsedParams);
1532 self::$_PHPCAS_CLIENT->logout(array ( "service" => $service ));
1557 self::$_PHPCAS_CLIENT->logout(array ( "url" => $url ));
1586 self::$_PHPCAS_CLIENT->logout(
/plugin/actionlink/
Dsyntax.php130 $renderer->doc .=$this->tpll_link(wl($ID,'do=logout'),$title,'class="action logout"');
/plugin/evesso/classes/
DAbstractAdapter.php94 public function logout() { function in OAuth\\Plugin\\AbstractAdapter
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DMatrixClient.php253 public function logout() { function in MatrixPhp\\MatrixClient
255 $this->api->logout();
/plugin/saml/
Dauth.php170 $saml->logout($redirTo);
/plugin/html2pdf/snorriheim/
Ddokubook_design.css257 div.dokuwiki div#toolbox a.logout {
258 background: transparent url(images/tool-logout.png) 0px 1px no-repeat;
/plugin/authnc/
DREADME.md11 * At the moment only `trustExternal`, `logout`, `getGroups` and `getUserCount` are implemented
/plugin/authowncloud/
Dauth.php283 OC_User::logout();
/plugin/diagramsnet/lib/js/diagramly/
DTrelloClient.js39 this.logout();
706 TrelloClient.prototype.logout = function() method in TrelloClient
DApp.js7312 this.drive.logout();
7352 var addUser = mxUtils.bind(this, function(user, logo, logout, label) argument
7428 if (logout != null)
7430 var btn = mxUtils.button(mxResources.get('signOut'), logout);
7449 this.dropbox.logout();
7465 this.dropbox.logout();
7480 this.oneDrive.logout();
7496 this.oneDrive.logout();
7511 this.gitHub.logout();
7527 this.gitHub.logout();
[all …]
/plugin/authsaml/
Dsaml.php101 $this->ssp->logout();
/plugin/evesso/
Dauth.php402 $service->logout();

12