Home
last modified time | relevance | path

Searched refs:authenticate (Results 1 – 25 of 83) sorted by last modified time

1234

/plugin/siteexport/action/
H A Dajax.php1160 $this->functions->authenticate();
/plugin/siteexport/inc/
H A Dfunctions.php741 public function authenticate() { function in siteexport_functions
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/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DParrotFlowerPower.php67 return new Uri($this->baseApiUri.'user/v1/authenticate');
/plugin/openid/
H A Daction.php221 $authenticate = $this->login_user($openid);
222 if ($authenticate) {
/plugin/authdrupal8/
H A DREADME.md2 Authentication plugin for dokuwiki, authenticate with Drupal8 accounts to **Drupal10 with changed password hash**
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DSecurityNamespace.php36 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-authenticate.html
38 public function authenticate(array $params = []) function in Elasticsearch\\Namespaces\\SecurityNamespace
802 * $params['body'] = (array) The SAML response to authenticate (Required)
806 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-saml-authenticate.html
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSecurityNamespace.asciidoc21 * <<Elasticsearch_Namespaces_SecurityNamespaceauthenticate_authenticate,`authenticate()`>>
54 .`authenticate(array $params = [])`
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php234 public function authenticate($code) function in Google\\Client
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md206 1. Tell the Google client to use your service account credentials to authenticate:
324 If you are installing this client only to authenticate your own HTTP client requests, you should us…
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md262 If you are [using Google ID tokens to authenticate users][google-id-tokens], use
/plugin/pureldap/
H A Dauth.php63 return $this->client->authenticate($user, $pass);
/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/authhttp/
H A DREADME54 providing a minimalistic checkPass() method which does not really authenticate.
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dpusher-http-java-1.0.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/pusher/ com/ ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/plugin/diagramsnet/lib/resources/
H A Ddia_fa.txt825 officeFailedAuthMsg=Unable to successfully authenticate user or authorize application.
H A Ddia_ja.txt825 officeFailedAuthMsg=Unable to successfully authenticate user or authorize application.
H A Ddia_kn.txt825 officeFailedAuthMsg=Unable to successfully authenticate user or authorize application.
H A Ddia_si.txt825 officeFailedAuthMsg=Unable to successfully authenticate user or authorize application.
H A Ddia_sl.txt825 officeFailedAuthMsg=Unable to successfully authenticate user or authorize application.
H A Ddia_ta.txt825 officeFailedAuthMsg=Unable to successfully authenticate user or authorize application.
H A Ddia_vi.txt825 officeFailedAuthMsg=Unable to successfully authenticate user or authorize application.
/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()

1234