diff --git a/src/Exception/InvalidRefreshException.php b/src/Exception/InvalidRefreshException.php index 5c116f84..5ca3d921 100644 --- a/src/Exception/InvalidRefreshException.php +++ b/src/Exception/InvalidRefreshException.php @@ -19,12 +19,12 @@ class InvalidRefreshException extends OAuthException /** * {@inheritdoc} */ - public $httpStatusCode = 401; + public $httpStatusCode = 400; /** * {@inheritdoc} */ - public $errorType = 'invalid_client'; + public $errorType = 'invalid_request'; /** * {@inheritdoc}