Home
last modified time | relevance | path

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

/plugin/autotweet/
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");
579 throw new OAuthException('No signature method parameter. This parameter is required');
584 throw new OAuthException(
599 throw new OAuthException("Invalid consumer key");
604 throw new OAuthException("Invalid consumer");
619 throw new OAuthException("Invalid $token_type token: $token_field");
647 throw new OAuthException("Invalid signature");
656 throw new OAuthException(
[all …]
/plugin/oauthkeycloak/
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/
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/oauthosm/
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/oauthgeneric/
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/
Dauth.php6 use OAuth\Common\Exception\Exception as OAuthException; alias
50 } catch (OAuthException $e) {