/plugin/oauthkeycloak/ |
D | action.php | 21 public function logout() function in action_plugin_oauthkeycloak 25 $oauth->logout();
|
D | Keycloak.php | 75 public function logout() function in dokuwiki\\plugin\\oauthkeycloak\\Keycloak
|
/plugin/youtrack/ |
D | helper.php | 188 function logout() { function in helper_plugin_youtrack 203 $this->logout(); 223 $this->logout();
|
/plugin/oauthazure/ |
D | action.php | 21 public function logout() function in action_plugin_oauthazure 25 $oauth->logout();
|
D | Azure.php | 92 public function logout() function in dokuwiki\\plugin\\oauthazure\\Azure
|
/plugin/asciidocjs/node_modules/require-directory/ |
D | README.markdown | 29 * logout.js 49 app.get('/logout', routes.auth.logout); 59 logout: require('routes/auth/logout.js'),
|
/plugin/adfs/phpsaml/ |
D | CHANGELOG | 29 …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.
|
D | README.md | 1011 $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/ |
D | CHANGELOG | 29 …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.
|
D | README.md | 1011 $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/ |
D | OAuthManager.php | 147 public function logout() function in dokuwiki\\plugin\\oauth\\OAuthManager 155 $service->logout();
|
D | auth.php | 125 $this->om->logout();
|
D | Adapter.php | 281 public function logout() function in dokuwiki\\plugin\\oauth\\Adapter
|
/plugin/authssocas/vendor/apereo/phpcas/source/ |
D | CAS.php | 1491 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/ |
D | syntax.php | 130 $renderer->doc .=$this->tpll_link(wl($ID,'do=logout'),$title,'class="action logout"');
|
/plugin/evesso/classes/ |
D | AbstractAdapter.php | 94 public function logout() { function in OAuth\\Plugin\\AbstractAdapter
|
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/ |
D | MatrixClient.php | 253 public function logout() { function in MatrixPhp\\MatrixClient 255 $this->api->logout();
|
/plugin/saml/ |
D | auth.php | 170 $saml->logout($redirTo);
|
/plugin/html2pdf/snorriheim/ |
D | dokubook_design.css | 257 div.dokuwiki div#toolbox a.logout { 258 background: transparent url(images/tool-logout.png) 0px 1px no-repeat;
|
/plugin/authnc/ |
D | README.md | 11 * At the moment only `trustExternal`, `logout`, `getGroups` and `getUserCount` are implemented
|
/plugin/authowncloud/ |
D | auth.php | 283 OC_User::logout();
|
/plugin/diagramsnet/lib/js/diagramly/ |
D | TrelloClient.js | 39 this.logout(); 706 TrelloClient.prototype.logout = function() method in TrelloClient
|
D | App.js | 7312 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/ |
D | saml.php | 101 $this->ssp->logout();
|
/plugin/evesso/ |
D | auth.php | 402 $service->logout();
|