/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/ |
H A D | AwsAuthV4.php | 5 use Aws\Credentials\CredentialProvider; 6 use Aws\Credentials\Credentials; alias 82 return CredentialProvider::fromCredentials(new Credentials(
|
/plugin/authgooglesheets/vendor/google/auth/src/ |
H A D | CredentialsLoader.php | 20 use Google\Auth\Credentials\InsecureCredentials; 21 use Google\Auth\Credentials\ServiceAccountCredentials; 22 use Google\Auth\Credentials\UserRefreshCredentials;
|
H A D | ApplicationDefaultCredentials.php | 21 use Google\Auth\Credentials\AppIdentityCredentials; 22 use Google\Auth\Credentials\GCECredentials; 23 use Google\Auth\Credentials\ServiceAccountCredentials;
|
H A D | GCECache.php | 20 use Google\Auth\Credentials\GCECredentials;
|
H A D | FetchAuthTokenCache.php | 137 if ($this->fetcher instanceof Credentials\GCECredentials) {
|
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/ |
H A D | InsecureCredentials.php | 18 namespace Google\Auth\Credentials;
|
H A D | IAMCredentials.php | 18 namespace Google\Auth\Credentials;
|
H A D | UserRefreshCredentials.php | 18 namespace Google\Auth\Credentials;
|
H A D | AppIdentityCredentials.php | 18 namespace Google\Auth\Credentials;
|
H A D | ServiceAccountJwtAccessCredentials.php | 18 namespace Google\Auth\Credentials;
|
H A D | ServiceAccountCredentials.php | 18 namespace Google\Auth\Credentials;
|
H A D | GCECredentials.php | 18 namespace Google\Auth\Credentials;
|
/plugin/evesso/phpoauthlib/src/OAuth/Common/Consumer/ |
H A D | Credentials.php | 8 class Credentials implements CredentialsInterface class
|
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Consumer/ |
H A D | Credentials.php | 8 class Credentials implements CredentialsInterface class
|
/plugin/evesso/classes/ |
H A D | AbstractAdapter.php | 5 use OAuth\Common\Consumer\Credentials; alias 37 $credentials = new Credentials(
|
/plugin/authgooglesheets/vendor/google/auth/ |
H A D | README.md | 35 ## Application Default Credentials 40 The Application Default Credentials provide a simple way to get authorization 48 #### Download your Service Account Credentials JSON file argument 50 To use `Application Default Credentials`, You first need to download a set of 51 JSON credentials for your project. Go to **APIs & Services** > **Credentials** in 185 // Define the Google Application Credentials array
|
/plugin/oauth/ |
H A D | Adapter.php | 8 use OAuth\Common\Consumer\Credentials; 61 $credentials = new Credentials( 6 use OAuth\Common\Consumer\Credentials; global() alias
|
H A D | deleted.files | 60 phpoauthlib/src/OAuth/Common/Consumer/Credentials.php
|
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/ |
H A D | AbstractService.php | 17 /** @var Credentials */
|
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/ |
H A D | AbstractService.php | 17 /** @var Credentials */
|
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Signature/ |
H A D | Signature.php | 12 * @var Credentials
|
/plugin/authgooglesheets/vendor/google/apiclient/src/ |
H A D | Client.php | 28 use Google\Auth\Credentials\ServiceAccountCredentials; 29 use Google\Auth\Credentials\UserRefreshCredentials;
|
/plugin/authgooglesheets/vendor/google/apiclient/ |
H A D | README.md | 157 1. Follow the instructions to [Create Web Application Credentials](docs/oauth-web.md#create-authori… 335 * Application Default Credentials. 371 …com/identity/protocols/OAuth2InstalledApp#offline) or [Service Account Credentials](https://develo…
|
/plugin/bugzillaint/docs/ |
H A D | bugzillaint.txt | 45 You must provide your Bugzilla Endpoint and Credentials in the configuration
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | connecting.asciidoc | 74 Credentials are provided per-host, which allows each host to have their own set
|