Home
last modified time | relevance | path

Searched refs:Exception (Results 351 – 375 of 2287) sorted by last modified time

1...<<11121314151617181920>>...92

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DFoursquare.php6 use OAuth\Common\Http\Exception\TokenResponseException;
H A DGitHub.php7 use OAuth\Common\Http\Exception\TokenResponseException;
H A DGoogle.php10 use OAuth\Common\Http\Exception\TokenResponseException;
11 use OAuth\OAuth2\Service\Exception\InvalidAccessTypeException;
H A DHubic.php13 use OAuth\Common\Http\Exception\TokenResponseException;
H A DInstagram.php6 use OAuth\Common\Http\Exception\TokenResponseException;
H A DJawboneUP.php6 use OAuth\Common\Http\Exception\TokenResponseException;
/plugin/oauth/
H A DAdapter.php9 use OAuth\Common\Http\Exception\TokenResponseException;
10 use OAuth\Common\Storage\Exception\TokenNotFoundException;
15 use OAuth\OAuth2\Service\Exception\InvalidAuthorizationStateException;
16 use OAuth\OAuth2\Service\Exception\MissingRefreshTokenException;
54 * @throws \OAuth\Common\Exception\Exception
90 throw new Exception('Failed to initialize Service ' . $this->getLabel());
96 * @throws Exception
100 if ($this->oAuth === null) throw new Exception('OAuth Service not properly initialized');
108 * @throws Exception
[all...]
/plugin/oauth/action/
H A Dlogin.php8 use OAuth\Common\Http\Exception\TokenResponseException;
71 } catch (TokenResponseException | Exception $e) {
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DClientInterface.php6 use OAuth\Common\Http\Exception\TokenResponseException;
/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; alias
8 * Exception relating to token response from service.
10 class TokenResponseException extends 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; alias
10 class StorageException extends Exception
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DRedis.php6 use OAuth\Common\Storage\Exception\TokenNotFoundException;
7 use OAuth\Common\Storage\Exception\AuthorizationStateNotFoundException;
H A DSession.php6 use OAuth\Common\Storage\Exception\TokenNotFoundException;
7 use OAuth\Common\Storage\Exception\AuthorizationStateNotFoundException;
H A DSymfonySession.php6 use OAuth\Common\Storage\Exception\TokenNotFoundException;
7 use OAuth\Common\Storage\Exception\AuthorizationStateNotFoundException;
H A DTokenStorageInterface.php6 use OAuth\Common\Storage\Exception\TokenNotFoundException;
/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; alias
8 * Exception thrown when an expired token is attempted to be used.
10 class ExpiredTokenException extends Exception
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DAbstractService.php7 use OAuth\Common\Http\Exception\TokenResponseException;
H A DBitBucket.php7 use OAuth\Common\Http\Exception\TokenResponseException;
H A DEtsy.php7 use OAuth\Common\Http\Exception\TokenResponseException;
H A DFitBit.php7 use OAuth\Common\Http\Exception\TokenResponseException;
H A DFiveHundredPx.php14 use OAuth\Common\Http\Exception\TokenResponseException;
H A DFlickr.php7 use OAuth\Common\Http\Exception\TokenResponseException;
H A DTwitter.php7 use OAuth\Common\Http\Exception\TokenResponseException;
13 use OAuth\Common\Exception\Exception; alias
59 * @throws Exception
64 throw new Exception(
H A DXing.php7 use OAuth\Common\Http\Exception\TokenResponseException;
H A DYahoo.php7 use OAuth\Common\Http\Exception\TokenResponseException;

1...<<11121314151617181920>>...92