Home
last modified time | relevance | path

Searched refs:TokenResponseException (Results 1 – 25 of 75) sorted by relevance

123

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DSalesforce.php7 use OAuth\Common\Http\Exception\TokenResponseException; alias
48 throw new TokenResponseException('Unable to parse response.');
50 throw new TokenResponseException('Error in retrieving token.');
64 throw new TokenResponseException('Unable to parse response.');
66 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
H A DPocket.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
81 throw new TokenResponseException('Unable to parse response.');
83 throw new TokenResponseException('Error in retrieving code.');
111 throw new TokenResponseException('Unable to parse response.');
113 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
H A DYahoo.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
44 throw new TokenResponseException('Unable to parse response.');
46 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 DMailchimp.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
63 throw new TokenResponseException('Unable to parse response.');
65 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
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 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 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 DFitBit.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 DFiveHundredPx.php14 use OAuth\Common\Http\Exception\TokenResponseException; alias
82 throw new TokenResponseException('Unable to parse response.');
86 throw new TokenResponseException('Error in retrieving token.');
100 throw new TokenResponseException('Unable to parse response.');
102 throw new TokenResponseException(
H A DXing.php7 use OAuth\Common\Http\Exception\TokenResponseException; alias
62 throw new TokenResponseException('Unable to parse response.');
64 throw new TokenResponseException('Error in retrieving token.');
79 throw new TokenResponseException('Unable to parse response.');
81 throw new TokenResponseException('Error in retrieving token: "' . $errors->error_name . '"');
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 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 DYahoo.php7 use OAuth\Common\Http\Exception\TokenResponseException; alias
92 throw new TokenResponseException('Unable to parse response.');
94 throw new TokenResponseException('Error in retrieving token.');
108 throw new TokenResponseException('Unable to parse response.');
110 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 DFlickr.php7 use OAuth\Common\Http\Exception\TokenResponseException; alias
50 throw new TokenResponseException('Unable to parse response.');
52 throw new TokenResponseException('Error in retrieving token.');
61 throw new TokenResponseException('Unable to parse response.');
63 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DStreamClient.php5 use OAuth\Common\Http\Exception\TokenResponseException; alias
24 * @throws TokenResponseException
68 throw new TokenResponseException('Failed to request resource.');
70 throw new TokenResponseException($lastError['message']);
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 DClientInterface.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
24 * @throws TokenResponseException
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
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 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 DClientInterface.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
24 * @throws TokenResponseException
/plugin/evesso/classes/
H A DoAuthHTTPClient.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
27 * @throws TokenResponseException
41 throw new TokenResponseException($msg . $http->error);
/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/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DGeneric.php7 use OAuth\Common\Http\Exception\TokenResponseException; alias
83 throw new TokenResponseException('Unable to parse response.');
85 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');

123