Home
last modified time | relevance | path

Searched refs:OAuth (Results 76 – 100 of 175) sorted by relevance

1234567

/plugin/oauth/vendor/lusitanian/oauth/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;
H A DTokenStorageInterface.php3 namespace OAuth\Common\Storage;
5 use OAuth\Common\Token\TokenInterface;
6 use OAuth\Common\Storage\Exception\TokenNotFoundException;
H A DSession.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/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DTokenStorageInterface.php3 namespace OAuth\Common\Storage;
5 use OAuth\Common\Token\TokenInterface;
6 use OAuth\Common\Storage\Exception\TokenNotFoundException;
H A DSession.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/
H A DHTTPClient.php6 use OAuth\Common\Http\Client\ClientInterface;
7 use OAuth\Common\Http\Exception\TokenResponseException;
8 use OAuth\Common\Http\Uri\UriInterface;
/plugin/oauth/Service/
H A DAbstractOAuth2Base.php5 use OAuth\Common\Http\Exception\TokenResponseException;
6 use OAuth\OAuth2\Service\AbstractService;
7 use OAuth\OAuth2\Token\StdOAuth2Token;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Signature/
H A DSignature.php3 namespace OAuth\OAuth1\Signature;
5 use OAuth\Common\Consumer\CredentialsInterface;
6 use OAuth\Common\Http\Uri\UriInterface;
7 use OAuth\OAuth1\Signature\Exception\UnsupportedHashAlgorithmException;
/plugin/evesso/phpoauthlib/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;
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Exception/
H A DTokenResponseException.php3 namespace OAuth\Common\Http\Exception;
5 use OAuth\Common\Exception\Exception;
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/Exception/
H A DInvalidAccessTypeException.php3 namespace OAuth\OAuth2\Service\Exception;
5 use OAuth\Common\Exception\Exception;
H A DInvalidScopeException.php8 namespace OAuth\OAuth2\Service\Exception;
10 use OAuth\Common\Exception\Exception;
H A DInvalidServiceConfigurationException.php7 namespace OAuth\OAuth2\Service\Exception;
9 use OAuth\Common\Exception\Exception;
H A DMissingRefreshTokenException.php8 namespace OAuth\OAuth2\Service\Exception;
10 use OAuth\Common\Exception\Exception;
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Token/
H A DStdOAuth2Token.php3 namespace OAuth\OAuth2\Token;
5 use OAuth\Common\Token\AbstractToken;
H A DTokenInterface.php3 namespace OAuth\OAuth2\Token;
5 use OAuth\Common\Token\TokenInterface as BaseTokenInterface;
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/Exception/
H A DStorageException.php3 namespace OAuth\Common\Storage\Exception;
5 use OAuth\Common\Exception\Exception;
/plugin/evesso/phpoauthlib/src/OAuth/Common/Token/Exception/
H A DExpiredTokenException.php3 namespace OAuth\Common\Token\Exception;
5 use OAuth\Common\Exception\Exception;
/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/Storage/Exception/
H A DStorageException.php3 namespace OAuth\Common\Storage\Exception;
5 use OAuth\Common\Exception\Exception;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Token/Exception/
H A DExpiredTokenException.php3 namespace OAuth\Common\Token\Exception;
5 use OAuth\Common\Exception\Exception;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Signature/Exception/
H A DUnsupportedHashAlgorithmException.php3 namespace OAuth\OAuth1\Signature\Exception;
5 use OAuth\Common\Exception\Exception;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/Exception/
H A DInvalidAccessTypeException.php3 namespace OAuth\OAuth2\Service\Exception;
5 use OAuth\Common\Exception\Exception;
H A DInvalidScopeException.php8 namespace OAuth\OAuth2\Service\Exception;
10 use OAuth\Common\Exception\Exception;
H A DMissingRefreshTokenException.php8 namespace OAuth\OAuth2\Service\Exception;
10 use OAuth\Common\Exception\Exception;

1234567