Home
last modified time | relevance | path

Searched refs:OAuth (Results 51 – 75 of 175) sorted by relevance

1234567

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DGoogle.php3 namespace OAuth\OAuth2\Service;
5 use OAuth\Common\Consumer\CredentialsInterface;
6 use OAuth\Common\Http\Client\ClientInterface;
7 use OAuth\Common\Http\Uri\UriInterface;
8 use OAuth\Common\Storage\TokenStorageInterface;
9 use OAuth\OAuth2\Token\StdOAuth2Token;
10 use OAuth\Common\Http\Exception\TokenResponseException;
11 use OAuth\OAuth2\Service\Exception\InvalidAccessTypeException;
12 use OAuth\Common\Http\Uri\Uri;
H A DBitly.php3 namespace OAuth\OAuth2\Service;
5 use OAuth\OAuth2\Token\StdOAuth2Token;
6 use OAuth\Common\Http\Exception\TokenResponseException;
7 use OAuth\Common\Http\Uri\Uri;
8 use OAuth\Common\Consumer\CredentialsInterface;
9 use OAuth\Common\Http\Client\ClientInterface;
10 use OAuth\Common\Storage\TokenStorageInterface;
11 use OAuth\Common\Http\Uri\UriInterface;
H A DDelicious.php10 namespace OAuth\OAuth2\Service;
12 use OAuth\OAuth2\Token\StdOAuth2Token;
13 use OAuth\Common\Http\Exception\TokenResponseException;
14 use OAuth\Common\Http\Uri\Uri;
15 use OAuth\Common\Consumer\CredentialsInterface;
16 use OAuth\Common\Http\Client\ClientInterface;
17 use OAuth\Common\Storage\TokenStorageInterface;
18 use OAuth\Common\Http\Uri\UriInterface;
H A DMailchimp.php3 namespace OAuth\OAuth2\Service;
5 use OAuth\OAuth2\Token\StdOAuth2Token;
6 use OAuth\Common\Http\Exception\TokenResponseException;
7 use OAuth\Common\Http\Uri\Uri;
8 use OAuth\Common\Consumer\CredentialsInterface;
9 use OAuth\Common\Http\Client\ClientInterface;
10 use OAuth\Common\Storage\TokenStorageInterface;
11 use OAuth\Common\Http\Uri\UriInterface;
H A DBitrix24.php3 namespace OAuth\OAuth2\Service;
5 use OAuth\OAuth2\Token\StdOAuth2Token;
6 use OAuth\Common\Http\Exception\TokenResponseException;
7 use OAuth\Common\Http\Uri\Uri;
8 use OAuth\Common\Consumer\CredentialsInterface;
9 use OAuth\Common\Http\Client\ClientInterface;
10 use OAuth\Common\Storage\TokenStorageInterface;
11 use OAuth\Common\Http\Uri\UriInterface;
H A DFacebook.php3 namespace OAuth\OAuth2\Service;
5 use OAuth\Common\Exception\Exception;
6 use OAuth\OAuth2\Token\StdOAuth2Token;
7 use OAuth\Common\Http\Exception\TokenResponseException;
8 use OAuth\Common\Http\Uri\Uri;
9 use OAuth\Common\Consumer\CredentialsInterface;
10 use OAuth\Common\Http\Client\ClientInterface;
11 use OAuth\Common\Storage\TokenStorageInterface;
12 use OAuth\Common\Http\Uri\UriInterface;
H A DPocket.php3 namespace OAuth\OAuth2\Service;
5 use OAuth\OAuth2\Token\StdOAuth2Token;
6 use OAuth\Common\Http\Exception\TokenResponseException;
7 use OAuth\Common\Http\Uri\Uri;
8 use OAuth\Common\Consumer\CredentialsInterface;
9 use OAuth\Common\Http\Uri\UriInterface;
10 use OAuth\Common\Storage\TokenStorageInterface;
11 use OAuth\Common\Http\Client\ClientInterface;
H A DAbstractService.php3 namespace OAuth\OAuth2\Service;
5 use OAuth\Common\Consumer\CredentialsInterface;
6 use OAuth\Common\Http\Client\ClientInterface;
7 use OAuth\Common\Http\Uri\UriInterface;
8 use OAuth\Common\Service\AbstractService as BaseAbstractService;
9 use OAuth\Common\Storage\TokenStorageInterface;
10 use OAuth\Common\Token\Exception\ExpiredTokenException;
11 use OAuth\Common\Token\TokenInterface;
12 use OAuth\OAuth2\Service\Exception\InvalidAuthorizationStateException;
13 use OAuth\OAuth
[all...]
H A DYahoo.php3 namespace OAuth\OAuth2\Service;
5 use OAuth\OAuth2\Token\StdOAuth2Token;
6 use OAuth\Common\Http\Exception\TokenResponseException;
7 use OAuth\Common\Http\Uri\Uri;
H A DServiceInterface.php3 namespace OAuth\OAuth2\Service;
5 use OAuth\Common\Service\ServiceInterface as BaseServiceInterface;
6 use OAuth\Common\Token\TokenInterface;
9 * Defines the common methods across OAuth 2 services.
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DAbstractService.php3 namespace OAuth\Common\Service;
5 use OAuth\Common\Consumer\CredentialsInterface;
6 use OAuth\Common\Http\Client\ClientInterface;
7 use OAuth\Common\Http\Uri\Uri;
8 use OAuth\Common\Http\Uri\UriInterface;
9 use OAuth\Common\Exception\Exception;
10 use OAuth\Common\Storage\TokenStorageInterface;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DAbstractService.php3 namespace OAuth\Common\Service;
5 use OAuth\Common\Consumer\CredentialsInterface;
6 use OAuth\Common\Http\Client\ClientInterface;
7 use OAuth\Common\Http\Uri\Uri;
8 use OAuth\Common\Http\Uri\UriInterface;
9 use OAuth\Common\Exception\Exception;
10 use OAuth\Common\Storage\TokenStorageInterface;
13 * Abstract OAuth service, version-agnostic
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php3 namespace OAuth\OAuth2\Service;
5 use OAuth\Common\Consumer\CredentialsInterface;
6 use OAuth\Common\Exception\Exception;
7 use OAuth\Common\Service\AbstractService as BaseAbstractService;
8 use OAuth\Common\Storage\TokenStorageInterface;
9 use OAuth\Common\Http\Exception\TokenResponseException;
10 use OAuth\Common\Http\Client\ClientInterface;
11 use OAuth\Common\Http\Uri\UriInterface;
13 use OAuth\OAuth2\Service\Exception\InvalidScopeException;
15 use OAuth\Common\Token\TokenInterface;
[all …]
/plugin/evesso/phpoauthlib/src/OAuth/
H A DServiceFactory.php15 namespace OAuth; namespace
17 use OAuth\Common\Service\ServiceInterface;
18 use OAuth\Common\Consumer\CredentialsInterface;
19 use OAuth\Common\Storage\TokenStorageInterface;
20 use OAuth\Common\Http\Client\ClientInterface;
21 use OAuth\Common\Http\Client\StreamClient;
22 use OAuth\Common\Http\Uri\UriInterface;
23 use OAuth\Common\Exception\Exception;
24 use OAuth\OAuth1\Signature\Signature;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DFlickr.php3 namespace OAuth\OAuth1\Service;
5 use OAuth\OAuth1\Signature\SignatureInterface;
6 use OAuth\OAuth1\Token\StdOAuth1Token;
7 use OAuth\Common\Http\Exception\TokenResponseException;
8 use OAuth\Common\Http\Uri\Uri;
9 use OAuth\Common\Consumer\CredentialsInterface;
10 use OAuth\Common\Http\Uri\UriInterface;
11 use OAuth\Common\Storage\TokenStorageInterface;
12 use OAuth\Common\Http\Client\ClientInterface;
H A DAbstractService.php3 namespace OAuth\OAuth1\Service;
5 use OAuth\Common\Consumer\CredentialsInterface;
6 use OAuth\Common\Storage\TokenStorageInterface;
7 use OAuth\Common\Http\Exception\TokenResponseException;
8 use OAuth\Common\Http\Client\ClientInterface;
9 use OAuth\Common\Http\Uri\UriInterface;
10 use OAuth\OAuth1\Signature\SignatureInterface;
11 use OAuth\OAuth1\Token\TokenInterface;
12 use OAuth\OAuth1\Token\StdOAuth1Token;
13 use OAuth\Commo
[all...]
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/
H A DServiceFactory.php4 * OAuth service factory.
8 * @category OAuth
15 namespace OAuth; namespace
17 use OAuth\Common\Service\ServiceInterface;
18 use OAuth\Common\Consumer\CredentialsInterface;
19 use OAuth\Common\Storage\TokenStorageInterface;
20 use OAuth\Common\Http\Client\ClientInterface;
21 use OAuth\Common\Http\Client\StreamClient;
22 use OAuth\Common\Http\Uri\UriInterface;
23 use OAuth\Commo
[all...]
/plugin/oauth/
H A DAdapter.php8 use OAuth\Common\Consumer\Credentials;
9 use OAuth\Common\Http\Exception\TokenResponseException;
10 use OAuth\Common\Storage\Exception\TokenNotFoundException;
11 use OAuth\Common\Storage\Session as SessionStorage;
12 use OAuth\OAuth1\Service\AbstractService as Abstract1Service;
13 use OAuth\OAuth1\Token\TokenInterface;
14 use OAuth\OAuth2\Service\AbstractService as Abstract2Service;
15 use OAuth\OAuth2\Service\Exception\InvalidAuthorizationStateException;
16 use OAuth\OAuth2\Service\Exception\MissingRefreshTokenException;
17 use OAuth\ServiceFactor
[all...]
/plugin/evesso/classes/
H A DoAuthHTTPClient.php3 namespace OAuth\Plugin;
5 use OAuth\Common\Http\Client\ClientInterface;
6 use OAuth\Common\Http\Exception\TokenResponseException;
7 use OAuth\Common\Http\Uri\UriInterface;
H A DoAuthStorage.php3 namespace OAuth\Plugin;
5 use OAuth\Common\Storage\Exception\TokenNotFoundException;
6 use OAuth\Common\Storage\TokenStorageInterface;
7 use OAuth\Common\Token\TokenInterface;
8 use OAuth\OAuth2\Token\StdOAuth2Token;
H A DAbstractAdapter.php3 namespace OAuth\Plugin;
5 use OAuth\Common\Consumer\Credentials;
6 use OAuth\Common\Http\Exception\TokenResponseException;
7 use OAuth\Common\Storage\Exception\TokenNotFoundException;
8 use OAuth\ServiceFactory;
9 use OAuth\OAuth2\Token\StdOAuth2Token;
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DClientInterface.php3 namespace OAuth\Common\Http\Client;
5 use OAuth\Common\Http\Uri\UriInterface;
6 use OAuth\Common\Http\Exception\TokenResponseException;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DClientInterface.php3 namespace OAuth\Common\Http\Client;
5 use OAuth\Common\Http\Uri\UriInterface;
6 use OAuth\Common\Http\Exception\TokenResponseException;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Signature/
H A DSignatureInterface.php3 namespace OAuth\OAuth1\Signature;
5 use OAuth\Common\Consumer\CredentialsInterface;
6 use OAuth\Common\Http\Uri\UriInterface;
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DMemory.php3 namespace OAuth\Common\Storage;
5 use OAuth\Common\Token\TokenInterface;
6 use OAuth\Common\Storage\Exception\TokenNotFoundException;
7 use OAuth\Common\Storage\Exception\AuthorizationStateNotFoundException;

1234567