/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/ |
H A D | Salesforce.php | 7 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 D | Pocket.php | 6 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 D | Yahoo.php | 6 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 D | BattleNet.php | 7 use OAuth\Common\Http\Exception\TokenResponseException; alias 99 throw new TokenResponseException( 'Unable to parse response.' ); 102 throw new TokenResponseException(
|
H A D | Mailchimp.php | 6 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 D | ScoopIt.php | 7 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 D | Tumblr.php | 7 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 D | BitBucket.php | 7 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 D | FitBit.php | 7 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 D | FiveHundredPx.php | 14 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 D | Xing.php | 7 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 D | Redmine.php | 7 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 D | QuickBooks.php | 6 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 D | Yahoo.php | 7 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 D | ServiceInterface.php | 10 use OAuth\Common\Http\Exception\TokenResponseException; alias 24 * @throws TokenResponseException 37 * @throws TokenResponseException
|
H A D | Flickr.php | 7 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 D | StreamClient.php | 5 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 D | CurlClient.php | 5 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 D | ClientInterface.php | 6 use OAuth\Common\Http\Exception\TokenResponseException; alias 24 * @throws TokenResponseException
|
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/ |
H A D | StreamClient.php | 5 use OAuth\Common\Http\Exception\TokenResponseException; alias 24 * @throws TokenResponseException 68 throw new TokenResponseException( 73 throw new TokenResponseException($lastError['message']);
|
H A D | CurlClient.php | 5 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 D | ClientInterface.php | 6 use OAuth\Common\Http\Exception\TokenResponseException; alias 24 * @throws TokenResponseException
|
/plugin/evesso/classes/ |
H A D | oAuthHTTPClient.php | 6 use OAuth\Common\Http\Exception\TokenResponseException; alias 27 * @throws TokenResponseException 41 throw new TokenResponseException($msg . $http->error);
|
/plugin/oauth/Service/ |
H A D | AbstractOAuth2Base.php | 5 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 D | Generic.php | 7 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'] . '"');
|