Home
last modified time | relevance | path

Searched refs:authenticate (Results 1 – 25 of 83) sorted by relevance

1234

/plugin/siteexport/inc/
H A Dhttpproxy.php59 if (!$this->authenticate()) {
62 if (!(auth_setup() && $this->authenticate(true))) {
63 …ebug("Trying other Authentication (config):", $functions->authenticate() && $this->authenticate(tr…
85 private function authenticate($secondAttempt = false) { function in HTTPProxy
/plugin/diagramsnet/lib/js/diagramly/
H A DTrelloClient.js206 this.authenticate(callback, error, true);
216 this.authenticate(callback, error);
264 this.authenticate(callback, error);
288 this.authenticate(callback, error, true);
313 this.authenticate(callback, error);
366 this.authenticate(fn, error, true);
380 this.authenticate(fn, error);
401 this.authenticate(mxUtils.bind(this, function()
421 this.authenticate(mxUtils.bind(this, function()
546 this.authenticate(callback, error, true);
[all …]
H A DDropboxClient.js101 this.authenticate(mxUtils.bind(this, function()
117 DropboxClient.prototype.authenticate = function(success, error) method in DropboxClient
304 this.authenticate(function()
313 this.authenticate(function()
345 this.authenticate(function()
389 this.authenticate(fn, error);
521 this.authenticate(function()
530 this.authenticate(function()
562 this.authenticate(function()
H A DGitHubClient.js93 this.authenticate(mxUtils.bind(this, function()
127 GitHubClient.prototype.authenticate = function(success, error) method in GitHubClient
286 this.authenticate(function()
295 this.authenticate(function()
364 this.authenticate(function()
H A DGitLabClient.js49 GitLabClient.prototype.authenticate = function(success, error) method in GitLabClient
224 this.authenticate(function()
233 this.authenticate(function()
303 this.authenticate(function()
1384 this.authenticate(mxUtils.bind(this, function()
H A DNotionClient.js69 NotionClient.prototype.authenticate = function(success, error, failOnAuth) method in NotionClient
182 this.authenticate(function()
/plugin/authgoogle/google/auth/
H A DGoogle_Auth.php27 abstract public function authenticate($service); function in Google_Auth
H A DGoogle_AuthNone.php34 public function authenticate($service) {/*noop*/} function in Google_AuthNone
/plugin/authphpbb3/
H A DREADME.md2 DokuWiki plugin used to authenticate users using phpBB 3.x backend.
/plugin/genericsso/
H A Dplugin.info.txt6 desc Allows to authenticate against any SSO that set environment variables
/plugin/authgoogle/google/
H A DGoogle_Client.php124 public function authenticate($code = null) { function in Google_Client
127 return self::$auth->authenticate($service, $code);
/plugin/authgoogle2fa/
H A DREADME.md5 Using this plugin you can authenticate DokuWiki users against Google Authenticator 2FA.
/plugin/pureldap/classes/
H A DClient.php144 $ok = $this->authenticate($user, $this->config['admin_password']);
159 public function authenticate($user, $pass)
151 public function authenticate($user, $pass) global() function in dokuwiki\\plugin\\pureldap\\classes\\Client
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DParrotFlowerPower.php67 return new Uri($this->baseApiUri.'user/v1/authenticate');
/plugin/pureldap/
H A Dauth.php63 return $this->client->authenticate($user, $pass);
/plugin/authsmartcard/
H A DREADME.md12 …nfigured to use a client certificate (or smartcard), this plugin will authenticate user 'jdoe' by …
42 …/inc/lang/YOUR_CHOSEN_LANGUAGE/login.txt) to have a link for users to authenticate themselves to t…
/plugin/authlinotp/
H A DREADME.md5 Using this plugin you can authenticate the dokuwiki users gainst privacyIDEA.
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dpusher-http-java-1.0.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/pusher/ com/ ...
/plugin/authjoomla3/
H A DREADME.md3 #### DokuWiki plugin to authenticate against a Joomla 3 installation
/plugin/tokenbucketauth/
H A DREADME6 An IP address failing too many times to authenticate will be banned from the login form a configura…
/plugin/openid/
H A Daction.php221 $authenticate = $this->login_user($openid);
222 if ($authenticate) {
/plugin/authmantis/
H A DREADME.md5 using an external trust mechanism to authenticate users against
/plugin/authgoogle/
H A Dauth.php92 $client->authenticate($_GET['code']);
/plugin/authdrupal8/
H A DREADME.md2 Authentication plugin for dokuwiki, authenticate with Drupal8 accounts to **Drupal10 with changed password hash**
/plugin/authshibboleth/
H A DREADME.md11 This plugin uses a Shibboleth session to authenticate users. It just takes all required information…

1234