Home
last modified time | relevance | path

Searched refs:logout (Results 1 – 25 of 34) sorted by last modified time

12

/plugin/oauthazure/
H A DAzure.php87 public function logout() function in dokuwiki\\plugin\\oauthazure\\Azure
H A Daction.php21 public function logout() function in action_plugin_oauthazure
25 $oauth->logout();
/plugin/oauth/
H A DOAuthManager.php143 * Callback service's logout
147 public function logout() function in dokuwiki\\plugin\\oauth\\OAuthManager
155 $service->logout();
H A DAdapter.php275 * Called on logout
281 public function logout()
277 public function logout() global() function in dokuwiki\\plugin\\oauth\\Adapter
H A Dauth.php97 * Unset additional stuff in session on logout
103 $this->om->logout();
/plugin/evesso/
H A Dauth.php402 $service->logout();
/plugin/evesso/classes/
H A DAbstractAdapter.php94 public function logout() { function in OAuth\\Plugin\\AbstractAdapter
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css68 .oi[data-glyph=account-logout]:before { content:'\e001'; }
/plugin/oauthkeycloak/
H A DKeycloak.php75 public function logout() function in dokuwiki\\plugin\\oauthkeycloak\\Keycloak
H A Daction.php21 public function logout() function in action_plugin_oauthkeycloak
25 $oauth->logout();
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js7312 this.drive.logout();
7428 if (logout != null)
7465 this.dropbox.logout();
7511 this.gitHub.logout();
7527 this.gitHub.logout();
7542 this.gitLab.logout();
7558 this.gitLab.logout();
7573 this.notion.logout();
7589 this.notion.logout();
7605 this.trello.logout();
[all …]
H A DTrelloClient.js39 this.logout();
706 TrelloClient.prototype.logout = function() method in TrelloClient
H A DDialogs.js497 function addLogout(logout) argument
516 logout();
593 editorUi.drive.logout();
601 editorUi.oneDrive.logout();
608 editorUi.gitHub.logout();
616 editorUi.gitLab.logout();
624 editorUi.notion.logout();
633 editorUi.trello.logout();
642 editorUi.dropbox.logout();
H A DDriveClient.js252 DriveClient.prototype.logout = function() method in DriveClient
298 this.logout();
663 this.logout();
H A DDropboxClient.js49 DropboxClient.prototype.logout = function() method in DropboxClient
H A DGitLabClient.js1408 GitLabClient.prototype.logout = function() method in GitLabClient
H A DNotionClient.js852 NotionClient.prototype.logout = function() method in NotionClient
H A DGitHubClient.js91 this.logout();
1316 GitHubClient.prototype.logout = function() method in GitHubClient
/plugin/diagramsnet/lib/js/
H A Dapp.min.js10082 …e.logout()})}else b.mode!=App.MODE_ONEDRIVE||null==b.oneDrive||b.oneDrive.noLogout?b.mode==App.MOD…
10083logout();b.openLink(DRAWIO_GITLAB_URL+"/users/sign_out")}):b.mode==App.MODE_NOTION&&null!=b.notion…
11773 …,function(){k(mxUtils.bind(this,function(){this.stateArg=null;this.drive.logout();this.setMode(App…
11778logout();window.location.hash=""});b.isModified()?this.confirm(mxResources.get("allChangesLost"),n…
11779logout();window.location.hash=""});b.isModified()?this.confirm(mxResources.get("allChangesLost"),n…
11780logout();window.location.hash=""});b.isModified()?this.confirm(mxResources.get("allChangesLost"),n…
11781logout();window.location.hash=""});b.isModified()?this.confirm(mxResources.get("allChangesLost"),n…
11782logout()}),mxResources.get("notion"));null!=this.trello&&d(this.trello.getUser(),IMAGE_PATH+"/trel…
11783 null,c,mxResources.get("cancel"),mxResources.get("discardChanges")):c()}else this.trello.logout()})…
/plugin/authnc/
H A DREADME.md11 * At the moment only `trustExternal`, `logout`, `getGroups` and `getUserCount` are implemented
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css68 .oi[data-glyph=account-logout]:before { content:'\e001'; }
/plugin/adfs/phpsaml/
H A 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.
H A 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:
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.
1579 side, the logout process is initiated at the idP, sends a Logout
[all …]
/plugin/adfs/phpsaml/lib/Saml2/
H A DAuth.php545 …public function logout($returnTo = null, $parameters = array(), $nameId = null, $sessionIndex = nu… function in OneLogin_Saml2_Auth

12