Home
last modified time | relevance | path

Searched refs:Common (Results 476 – 500 of 597) sorted by path

1...<<11121314151617181920>>...24

/plugin/oauth/
H A DHTTPClient.php6 use OAuth\Common\Http\Client\ClientInterface;
7 use OAuth\Common\Http\Exception\TokenResponseException;
8 use OAuth\Common\Http\Uri\UriInterface;
H A DOAuthManager.php17 * @throws \OAuth\Common\Exception\Exception
36 * @throws \OAuth\Common\Exception\Exception
47 * @throws \OAuth\Common\Exception\Exception
68 if (!$service->checkToken()) throw new \OAuth\Common\Exception\Exception("Invalid Token - Login failed");
117 * @throws \OAuth\Common\Exception\Exception
156 } catch (\OAuth\Common\Exception\Exception $e) {
H A DStorage.php5 use OAuth\Common\Storage\Exception\TokenNotFoundException;
6 use OAuth\Common\Storage\TokenStorageInterface;
7 use OAuth\Common\Token\TokenInterface;
H A Dauth.php6 use OAuth\Common\Exception\Exception as OAuthException;
H A Ddeleted.files59 phpoauthlib/src/OAuth/Common/AutoLoader.php
60 phpoauthlib/src/OAuth/Common/Consumer/Credentials.php
61 phpoauthlib/src/OAuth/Common/Consumer/CredentialsInterface.php
62 phpoauthlib/src/OAuth/Common/Exception/Exception.php
63 phpoauthlib/src/OAuth/Common/Http/Client/AbstractClient.php
64 phpoauthlib/src/OAuth/Common/Http/Client/ClientInterface.php
65 phpoauthlib/src/OAuth/Common/Http/Client/CurlClient.php
66 phpoauthlib/src/OAuth/Common/Http/Client/StreamClient.php
67 phpoauthlib/src/OAuth/Common/Http/Exception/TokenResponseException.php
68 phpoauthlib/src/OAuth/Common/Htt
[all...]
/plugin/oauth/Service/
H A DAbstractOAuth2Base.php5 use OAuth\Common\Http\Exception\TokenResponseException;
/plugin/oauth/action/
H A Dlogin.php8 use OAuth\Common\Http\Exception\TokenResponseException;
/plugin/oauth/vendor/lusitanian/oauth/
H A DREADME.md40 - You can use any HTTP client you desire, just create a class utilizing it which implements `OAuth\Common\Http\ClientInterface` (two implementations are included)
41 - You can use any storage mechanism for tokens. By default, session, in-memory and Redis.io (requires PHPRedis) storage mechanisms are included. Implement additional mechanisms by implementing `OAuth\Common\Token\TokenStorageInterface`.
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/
H A DAutoLoader.php3 namespace OAuth\Common;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Consumer/
H A DCredentials.php3 namespace OAuth\Common\Consumer;
H A DCredentialsInterface.php3 namespace OAuth\Common\Consumer;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Exception/
H A DException.php3 namespace OAuth\Common\Exception;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DAbstractClient.php3 namespace 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;
H A DCurlClient.php3 namespace OAuth\Common\Http\Client;
5 use OAuth\Common\Http\Exception\TokenResponseException;
6 use OAuth\Common\Http\Uri\UriInterface;
H A DStreamClient.php3 namespace OAuth\Common\Http\Client;
5 use OAuth\Common\Http\Exception\TokenResponseException;
6 use OAuth\Common\Http\Uri\UriInterface;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Exception/
H A DTokenResponseException.php3 namespace OAuth\Common\Http\Exception;
5 use OAuth\Common\Exception\Exception;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUri.php3 namespace OAuth\Common\Http\Uri;
H A DUriFactory.php3 namespace OAuth\Common\Http\Uri;
H A DUriFactoryInterface.php3 namespace OAuth\Common\Http\Uri;
H A DUriInterface.php3 namespace OAuth\Common\Http\Uri;
/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;
H A DServiceInterface.php3 namespace OAuth\Common\Service;
5 use OAuth\Common\Http\Uri\UriInterface;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/Exception/
H A DAuthorizationStateNotFoundException.php3 namespace OAuth\Common\Storage\Exception;
H A DStorageException.php3 namespace OAuth\Common\Storage\Exception;
5 use OAuth\Common\Exception\Exception;

1...<<11121314151617181920>>...24