Home
last modified time | relevance | path

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

123

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
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 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 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 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 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 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 DMondo.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 DNest.php13 use OAuth\Common\Http\Exception\TokenResponseException; alias
83 throw new TokenResponseException('Unable to parse response.');
85 throw new TokenResponseException(
H A DRunKeeper.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
91 throw new TokenResponseException('Unable to parse response.');
93 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
H A DSoundCloud.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
53 throw new TokenResponseException('Unable to parse response.');
55 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
H A DYammer.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 DNetatmo.php13 use OAuth\Common\Http\Exception\TokenResponseException; alias
94 throw new TokenResponseException('Unable to parse response.');
96 throw new TokenResponseException(
H A DPinterest.php13 use OAuth\Common\Http\Exception\TokenResponseException; alias
91 throw new TokenResponseException('Unable to parse response.');
93 throw new TokenResponseException(
H A DUstream.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
69 throw new TokenResponseException('Unable to parse response.');
71 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
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 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(
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DServiceInterface.php9 use OAuth\Common\Http\Exception\TokenResponseException; alias
34 * @throws TokenResponseException
H A DEveOnline.php12 use OAuth\Common\Http\Exception\TokenResponseException; alias
/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/evesso/classes/
H A DAbstractAdapter.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
139 } catch (TokenResponseException $e) {
184 } catch (TokenNotFoundException | TokenResponseException $e) {
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DAbstractService.php7 use OAuth\Common\Http\Exception\TokenResponseException; alias
304 * @throws TokenResponseException
317 * @throws TokenResponseException
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Exception/
H A DTokenResponseException.php10 class TokenResponseException extends Exception class
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Exception/
H A DTokenResponseException.php10 class TokenResponseException extends Exception class
/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

123