Home
last modified time | relevance | path

Searched refs:credentials (Results 1 – 25 of 119) sorted by path

12345

/plugin/authdrupal7/
H A DREADME.md5 …l website and want to give your drupal users access to a dokuwiki using the same login credentials.
6 …o host a dokuwiki running on the same server. I don't want to adminstrate double login credentials.
46 …to your wiki or your adminstration panel although you are able to log in using correct credentials.
/plugin/authdrupal8/
H A DREADME.md4 This plugin might be useful if you are running a drupal website and want to give your drupal users access to a dokuwiki using the same login credentials.
45 Make sure, that you use the exact same user group names in the ACL controls. Otherwise you might not be able to get access to your wiki or your adminstration panel although you are able to log in using correct credentials.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1App.php157 public function setCredentials($credentials) argument
159 $this->credentials = $credentials;
166 return $this->credentials;
H A DGoogleCloudApigeeV1DeveloperApp.php159 public function setCredentials($credentials) argument
161 $this->credentials = $credentials;
168 return $this->credentials;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIot/
H A DDevice.php113 public function setCredentials($credentials) argument
115 $this->credentials = $credentials;
122 return $this->credentials;
H A DDeviceRegistry.php49 public function setCredentials($credentials) argument
51 $this->credentials = $credentials;
58 return $this->credentials;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/
H A DAction.php157 public function setCredentials(Secret $credentials) argument
159 $this->credentials = $credentials;
166 return $this->credentials;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DAction.php87 public function setCredentials(Secret $credentials) argument
89 $this->credentials = $credentials;
96 return $this->credentials;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DShoppingContent.php316 'credentials',
320 'path' => 'accounts/{accountId}/credentials',
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md157 …uctions to [Create Web Application Credentials](docs/oauth-web.md#create-authorization-credentials)
158 1. Download the JSON credentials
159 1. Set the path to these credentials using `Google\Client::setAuthConfig`:
199 1. Download the JSON credentials
200 1. Set the path to these credentials using the `GOOGLE_APPLICATION_CREDENTIALS` environment variabl…
206 1. Tell the Google client to use your service account credentials to authenticate:
/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/
H A DGuzzle5AuthHandler.php31 CredentialsLoader $credentials, argument
36 $credentials = new FetchAuthTokenCache(
37 $credentials,
43 return $this->attachCredentialsCache($http, $credentials, $tokenCallback);
48 FetchAuthTokenCache $credentials, argument
57 $credentials,
H A DGuzzle6AuthHandler.php31 CredentialsLoader $credentials, argument
36 $credentials = new FetchAuthTokenCache(
37 $credentials,
43 return $this->attachCredentialsCache($http, $credentials, $tokenCallback);
48 FetchAuthTokenCache $credentials, argument
57 $credentials,
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php92 private $credentials; variable in Google\\Client
185 $this->credentials = $this->config['credentials'];
303 $creds = $credentials->fetchAuthToken($httpHandler);
427 if ($this->credentials) {
430 $this->credentials,
439 $credentials,
454 $credentials,
1259 $credentials->setSub($sub);
1264 $credentials = new FetchAuthTokenCache(
1265 $credentials,
[all …]
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md38 [application default credentials][application default credentials] for PHP.
41 credentials for use in calling Google APIs.
53 **Service account** from the **Add credentials** dropdown.
55 > This file is your *only copy* of these credentials. It should never be
62 putenv('GOOGLE_APPLICATION_CREDENTIALS=/path/to/my/credentials.json');
85 // specify the path to your application credentials
86 putenv('GOOGLE_APPLICATION_CREDENTIALS=/path/to/my/credentials.json');
138 // specify the path to your application credentials
191 // Load credentials
232 // specify the path to your application credentials
[all …]
/plugin/authgooglesheets/vendor/google/auth/src/
H A DApplicationDefaultCredentials.php318 $msg .= '/accounts/docs/application-default-credentials';
H A DOAuth2.php545 $credentials = $this->parseTokenResponse($response);
546 $this->updateToken($credentials);
548 return $credentials;
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php462 * @param bool $forceOpenSsl [optional] Does not apply to this credentials
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md107 * Obfuscate in-URL credentials in exceptions
/plugin/authhttp/
H A DREADME17 credentials to PHP scripts through the superglobal variables
56 authentication credentials which should always be the case (except if you did
H A Dplugin.info.txt6 desc Authenticate against HTTP authentication credentials
/plugin/authloginapi/
H A DREADME.md3 **authloginapi** is a simple authentication backend to login with other credentials (e.g. from a fo…
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt127 and your bugzilla credentials.
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DBasic.php40 $credentials = explode(':', base64_decode(substr($auth, 6)), 2);
42 if (2 !== count($credentials)) {
46 return $credentials;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jar ... Object implements org.apache.http.auth.Credentials java.io.Serializable { private static final long ...
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js1 …t n=this.W.get(s),i=this.T.get(e),r=new Request(e,{integrity:n,cache:i,credentials:"same-origin"})…

12345