Home
last modified time | relevance | path

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

123

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
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 DHubic.php13 use OAuth\Common\Http\Exception\TokenResponseException; alias
96 throw new TokenResponseException('Unable to parse response.');
98 throw new TokenResponseException(
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 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 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 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'] . '"');
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 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 DNetatmo.php13 use OAuth\Common\Http\Exception\TokenResponseException; alias
94 throw new TokenResponseException('Unable to parse response.');
96 throw new TokenResponseException(
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 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 DPinterest.php13 use OAuth\Common\Http\Exception\TokenResponseException; alias
91 throw new TokenResponseException('Unable to parse response.');
93 throw new TokenResponseException(
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 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 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 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 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 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 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 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 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 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 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'] . '"');

123