Home
last modified time | relevance | path

Searched refs:Exception (Results 376 – 400 of 2287) sorted by last modified time

1...<<11121314151617181920>>...92

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Signature/Exception/
H A DUnsupportedHashAlgorithmException.php3 namespace OAuth\OAuth1\Signature\Exception;
5 use OAuth\Common\Exception\Exception; alias
10 class UnsupportedHashAlgorithmException extends Exception
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DBitly.php6 use OAuth\Common\Http\Exception\TokenResponseException;
H A DBitrix24.php6 use OAuth\Common\Http\Exception\TokenResponseException;
H A DBox.php6 use OAuth\Common\Http\Exception\TokenResponseException;
H A DBuffer.php6 use OAuth\Common\Http\Exception\TokenResponseException;
H A DDailymotion.php6 use OAuth\Common\Http\Exception\TokenResponseException;
H A DDeezer.php13 use OAuth\Common\Http\Exception\TokenResponseException;
H A DDelicious.php13 use OAuth\Common\Http\Exception\TokenResponseException;
H A DDeviantArt.php5 use OAuth\Common\Exception\Exception; alias
7 use OAuth\Common\Http\Exception\TokenResponseException;
H A DDropbox.php6 use OAuth\Common\Http\Exception\TokenResponseException;
H A DEveOnline.php12 use OAuth\Common\Http\Exception\TokenResponseException;
H A DHarvest.php7 use OAuth\Common\Http\Exception\TokenResponseException;
H A DHeroku.php6 use OAuth\Common\Http\Exception\TokenResponseException;
H A DLinkedin.php6 use OAuth\Common\Http\Exception\TokenResponseException;
H A DMailchimp.php6 use OAuth\Common\Http\Exception\TokenResponseException;
H A DMicrosoft.php6 use OAuth\Common\Http\Exception\TokenResponseException;
H A DMondo.php6 use OAuth\Common\Http\Exception\TokenResponseException;
H A DNest.php13 use OAuth\Common\Http\Exception\TokenResponseException;
H A DNetatmo.php13 use OAuth\Common\Http\Exception\TokenResponseException;
H A DParrotFlowerPower.php13 use OAuth\Common\Http\Exception\TokenResponseException;
19 use OAuth\OAuth2\Service\Exception\MissingRefreshTokenException;
H A DPaypal.php6 use OAuth\Common\Http\Exception\TokenResponseException;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/Exception/
H A DInvalidAccessTypeException.php3 namespace OAuth\OAuth2\Service\Exception;
5 use OAuth\Common\Exception\Exception; alias
8 * Exception thrown when an invalid accessType for the Google Service is specified
10 class InvalidAccessTypeException extends Exception
H A DInvalidAuthorizationStateException.php3 namespace OAuth\OAuth2\Service\Exception;
6 * Exception thrown when the state parameter received during the authorization process is invalid.
8 class InvalidAuthorizationStateException extends \Exception
H A DInvalidScopeException.php8 namespace OAuth\OAuth2\Service\Exception;
10 use OAuth\Common\Exception\Exception; alias
13 * Exception thrown when a scope provided to a service is invalid.
15 class InvalidScopeException extends Exception
H A DMissingRefreshTokenException.php8 namespace OAuth\OAuth2\Service\Exception;
10 use OAuth\Common\Exception\Exception; alias
13 * Exception thrown when service is requested to refresh the access token but no refresh token can be found.
15 class MissingRefreshTokenException extends Exception

1...<<11121314151617181920>>...92