Home
last modified time | relevance | path

Searched refs:TokenResponseException (Results 1 – 25 of 75) sorted by last modified time

123

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DCurlClient.php5 use OAuth\Common\Http\Exception\TokenResponseException; alias
61 * @throws TokenResponseException
133 throw new TokenResponseException('Failed to request resource.', $responseCode);
135 throw new TokenResponseException('cURL Error # '.$errNo.': '.$errStr, $responseCode);
H A DStreamClient.php5 use OAuth\Common\Http\Exception\TokenResponseException; alias
24 * @throws TokenResponseException
68 throw new TokenResponseException(
73 throw new TokenResponseException($lastError['message']);
H A DClientInterface.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
24 * @throws TokenResponseException
/plugin/oauth/
H A DHTTPClient.php7 use OAuth\Common\Http\Exception\TokenResponseException; alias
29 throw new TokenResponseException($msg . $http->error . ' [HTTP ' . $http->status . ']');
H A DAdapter.php9 use OAuth\Common\Http\Exception\TokenResponseException;
136 * @throws TokenResponseException
175 * @throws TokenResponseException
7 use OAuth\Common\Http\Exception\TokenResponseException; global() alias
/plugin/oauth/Service/
H A DAbstractOAuth2Base.php5 use OAuth\Common\Http\Exception\TokenResponseException; alias
21 throw new TokenResponseException('Unable to parse response.');
23 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DQuickBooks.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
71 throw new TokenResponseException('Unable to parse response.');
74 throw new TokenResponseException('Error in retrieving token.');
88 throw new TokenResponseException('Unable to parse response.');
91 throw new TokenResponseException($message);
H A DRedmine.php7 use OAuth\Common\Http\Exception\TokenResponseException; alias
62 throw new TokenResponseException('Unable to parse response.');
64 throw new TokenResponseException('Error in retrieving token.');
78 throw new TokenResponseException('Unable to parse response.');
80 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
H A DScoopIt.php7 use OAuth\Common\Http\Exception\TokenResponseException; alias
62 throw new TokenResponseException('Unable to parse response.');
64 throw new TokenResponseException('Error in retrieving token.');
78 throw new TokenResponseException('Unable to parse response.');
80 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
H A DServiceInterface.php10 use OAuth\Common\Http\Exception\TokenResponseException; alias
24 * @throws TokenResponseException
37 * @throws TokenResponseException
H A DTumblr.php7 use OAuth\Common\Http\Exception\TokenResponseException; alias
62 throw new TokenResponseException('Unable to parse response.');
64 throw new TokenResponseException('Error in retrieving token.');
78 throw new TokenResponseException('Unable to parse response.');
80 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
H A DAbstractService.php7 use OAuth\Common\Http\Exception\TokenResponseException; alias
304 * @throws TokenResponseException
317 * @throws TokenResponseException
H A DBitBucket.php7 use OAuth\Common\Http\Exception\TokenResponseException; alias
62 throw new TokenResponseException('Unable to parse response.');
64 throw new TokenResponseException('Error in retrieving token.');
78 throw new TokenResponseException('Unable to parse response.');
80 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
H A DEtsy.php7 use OAuth\Common\Http\Exception\TokenResponseException; alias
72 throw new TokenResponseException('Unable to parse response.');
74 throw new TokenResponseException('Error in retrieving token.');
88 throw new TokenResponseException('Unable to parse response.');
90 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAmazon.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
74 throw new TokenResponseException('Unable to parse response.');
76 throw new TokenResponseException('Error in retrieving token: "' . $data['error_description'] . '"');
78 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
H A DBattleNet.php7 use OAuth\Common\Http\Exception\TokenResponseException; alias
99 throw new TokenResponseException( 'Unable to parse response.' );
102 throw new TokenResponseException(
H A DFacebook.php7 use OAuth\Common\Http\Exception\TokenResponseException; alias
169 throw new TokenResponseException('Unable to parse response.');
171 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
H A DFoursquare.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
55 throw new TokenResponseException('Unable to parse response.');
57 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
H A DGitHub.php7 use OAuth\Common\Http\Exception\TokenResponseException; alias
173 throw new TokenResponseException('Unable to parse response.');
175 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
H A DGoogle.php10 use OAuth\Common\Http\Exception\TokenResponseException; alias
179 throw new TokenResponseException('Unable to parse response.');
181 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
H A DHubic.php13 use OAuth\Common\Http\Exception\TokenResponseException; alias
96 throw new TokenResponseException('Unable to parse response.');
98 throw new TokenResponseException(
H A DInstagram.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
72 throw new TokenResponseException('Unable to parse response.');
74 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
H A DJawboneUP.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
123 throw new TokenResponseException('Unable to parse response.');
125 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
/plugin/oauth/action/
H A Dlogin.php8 use OAuth\Common\Http\Exception\TokenResponseException;
71 } catch (TokenResponseException | Exception $e) {
5 use OAuth\Common\Http\Exception\TokenResponseException; global() alias
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Exception/
H A DTokenResponseException.php10 class TokenResponseException extends Exception class

123