Home
last modified time | relevance | path

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

123

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
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 DLinkedin.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
82 throw new TokenResponseException('Unable to parse response.');
84 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
H A DPaypal.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
80 throw new TokenResponseException('Unable to parse response.');
82 throw new TokenResponseException('Error in retrieving token: "' . $data['message'] . '"');
84 throw new TokenResponseException('Error in retrieving token: "' . $data['name'] . '"');
H A DSpotify.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
78 throw new TokenResponseException('Unable to parse response.');
80 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 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'] . '"');
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 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'] . '"');
H A DParrotFlowerPower.php13 use OAuth\Common\Http\Exception\TokenResponseException; alias
86 throw new TokenResponseException('Unable to parse response.');
88 throw new TokenResponseException(
H A DReddit.php6 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'] . '"');
H A DVimeo.php14 use OAuth\Common\Http\Exception\TokenResponseException; alias
111 throw new TokenResponseException('Unable to parse response.');
113 throw new TokenResponseException(
117 throw new TokenResponseException(
H A DVkontakte.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
80 throw new TokenResponseException('Unable to parse response.');
82 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 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 DHeroku.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
81 throw new TokenResponseException('Unable to parse response.');
83 throw new TokenResponseException(
H A DMicrosoft.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
99 throw new TokenResponseException('Unable to parse response.');
101 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
H A DStrava.php14 use OAuth\Common\Http\Exception\TokenResponseException; alias
101 throw new TokenResponseException('Unable to parse response.');
103 throw new TokenResponseException(
107 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 DDelicious.php13 use OAuth\Common\Http\Exception\TokenResponseException; alias
83 throw new TokenResponseException('Unable to parse response.');
85 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'] . '"');
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
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'] . '"');
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);
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php9 use OAuth\Common\Http\Exception\TokenResponseException; alias
319 * @throws TokenResponseException
/plugin/oauth/
H A Ddeleted.files67 phpoauthlib/src/OAuth/Common/Http/Exception/TokenResponseException.php

123