Home
last modified time | relevance | path

Searched refs:TokenResponseException (Results 26 – 50 of 75) sorted by path

123

/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 DTwitter.php7 use OAuth\Common\Http\Exception\TokenResponseException; alias
87 throw new TokenResponseException('Unable to parse response.');
89 throw new TokenResponseException('Error in retrieving token.');
103 throw new TokenResponseException('Unable to parse response: ' . $responseBody);
105 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
107 throw new TokenResponseException('Invalid response. OAuth Token data not set: ' . $responseBody);
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 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'] . '"');
/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 DBitly.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
61 throw new TokenResponseException('Unable to parse response.');
63 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
H A DBitrix24.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
105 throw new TokenResponseException('Unable to parse response.');
107 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
H A DBox.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
67 throw new TokenResponseException('Unable to parse response.');
69 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
H A DBuffer.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
104 throw new TokenResponseException('Unable to parse response.');
106 throw new TokenResponseException('Error in retrieving code.');
137 throw new TokenResponseException('Unable to parse response.');
139 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
H A DDailymotion.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
95 throw new TokenResponseException('Unable to parse response.');
97 throw new TokenResponseException(
H A DDeezer.php13 use OAuth\Common\Http\Exception\TokenResponseException; alias
93 throw new TokenResponseException('Unable to parse response.');
95 throw new TokenResponseException(
99 throw new TokenResponseException(
H A DDelicious.php13 use OAuth\Common\Http\Exception\TokenResponseException; alias
83 throw new TokenResponseException('Unable to parse response.');
85 throw new TokenResponseException(
H A DDeviantArt.php7 use OAuth\Common\Http\Exception\TokenResponseException; alias
75 throw new TokenResponseException('Unable to parse response.');
77 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
H A DDropbox.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
92 throw new TokenResponseException('Unable to parse response.');
94 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
H A DEveOnline.php12 use OAuth\Common\Http\Exception\TokenResponseException; alias
62 * @throws TokenResponseException
69 throw new TokenResponseException('Unable to parse response.');
71 throw new TokenResponseException('Error in retrieving token: "' . $data['error_description'] . '"');
73 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
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 DHarvest.php7 use OAuth\Common\Http\Exception\TokenResponseException; alias
87 throw new TokenResponseException('Unable to parse response.');
89 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');

123