Home
last modified time | relevance | path

Searched refs:OAuthException (Results 1 – 5 of 5) sorted by relevance

/plugin/autotweet/
H A DOAuth.php6 class OAuthException extends Exception { class
431 throw new OAuthException('Arrays not supported in headers');
564 throw new OAuthException("OAuth version '$version' not supported");
584 throw new OAuthException(
599 throw new OAuthException("Invalid consumer key");
604 throw new OAuthException("Invalid consumer");
647 throw new OAuthException("Invalid signature");
656 throw new OAuthException(
663 throw new OAuthException(
674 throw new OAuthException(
[all …]
/plugin/oauthkeycloak/
H A Daction.php38 if (!$raw) throw new OAuthException('Failed to fetch data from userinfo endpoint');
40 if (!$result) throw new OAuthException('Failed to parse data from userinfo endpoint');
/plugin/oauthazure/
H A Daction.php40 if (!$result) throw new OAuthException('Failed to parse data from userinfo from JWT');
55 if (!$usergroups) throw new OAuthException('Failed to parse group data');
/plugin/oauthgeneric/
H A Daction.php28 if (!$raw) throw new OAuthException('Failed to fetch data from userurl');
30 if (!$result) throw new OAuthException('Failed to parse data from userurl');
/plugin/oauth/
H A Dauth.php6 use OAuth\Common\Exception\Exception as OAuthException; alias
50 } catch (OAuthException $e) {