Home
last modified time | relevance | path

Searched refs:OAuth (Results 101 – 125 of 175) sorted by relevance

1234567

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Token/
H A DStdOAuth2Token.php3 namespace OAuth\OAuth2\Token;
5 use OAuth\Common\Token\AbstractToken;
9 * Implements OAuth\OAuth2\Token\TokenInterface for any functionality that might not be provided by AbstractToken.
H A DTokenInterface.php3 namespace OAuth\OAuth2\Token;
5 use OAuth\Common\Token\TokenInterface as BaseTokenInterface;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DStreamClient.php3 namespace OAuth\Common\Http\Client;
5 use OAuth\Common\Http\Exception\TokenResponseException;
6 use OAuth\Common\Http\Uri\UriInterface;
H A DCurlClient.php3 namespace OAuth\Common\Http\Client;
5 use OAuth\Common\Http\Exception\TokenResponseException;
6 use OAuth\Common\Http\Uri\UriInterface;
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DSymfonySession.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;
H A DRedis.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;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DSymfonySession.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;
H A DRedis.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;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Token/
H A DTokenInterface.php3 namespace OAuth\OAuth1\Token;
5 use OAuth\Common\Token\TokenInterface as BaseTokenInterface;
H A DStdOAuth1Token.php3 namespace OAuth\OAuth1\Token;
5 use OAuth\Common\Token\AbstractToken;
9 * Implements OAuth\OAuth1\Token\TokenInterface in case of any OAuth1 specific features.
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DServiceInterface.php3 namespace OAuth\Common\Service;
5 use OAuth\Common\Http\Uri\UriInterface;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DServiceInterface.php3 namespace OAuth\Common\Service;
5 use OAuth\Common\Http\Uri\UriInterface;
8 * Defines methods common among all OAuth services.
/plugin/oauth/
H A DStorage.php5 use OAuth\Common\Storage\Exception\TokenNotFoundException;
6 use OAuth\Common\Storage\TokenStorageInterface;
7 use OAuth\Common\Token\TokenInterface;
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DCurlClient.php3 namespace OAuth\Common\Http\Client;
5 use OAuth\Common\Http\Exception\TokenResponseException;
6 use OAuth\Common\Http\Uri\UriInterface;
/plugin/evesso/classes/
H A DEveOnlineAdapter.php3 namespace OAuth\Plugin;
5 use OAuth\OAuth2\Service\EveOnline;
/plugin/evesso/phpoauthlib/src/OAuth/Common/Exception/
H A DException.php3 namespace OAuth\Common\Exception;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Exception/
H A DException.php3 namespace OAuth\Common\Exception;
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/Exception/
H A DInvalidAuthorizationStateException.php3 namespace OAuth\OAuth2\Service\Exception;
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/Exception/
H A DTokenNotFoundException.php3 namespace OAuth\Common\Storage\Exception;
H A DAuthorizationStateNotFoundException.php3 namespace OAuth\Common\Storage\Exception;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/Exception/
H A DAuthorizationStateNotFoundException.php3 namespace OAuth\Common\Storage\Exception;
H A DTokenNotFoundException.php3 namespace OAuth\Common\Storage\Exception;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/Exception/
H A DInvalidAuthorizationStateException.php3 namespace OAuth\OAuth2\Service\Exception;
/plugin/evesso/phpoauthlib/src/OAuth/Common/Consumer/
H A DCredentialsInterface.php3 namespace OAuth\Common\Consumer;
/plugin/evesso/phpoauthlib/src/OAuth/
H A Dbootstrap.php7 namespace OAuth; namespace

1234567