Skip to content

Commit

Permalink
Fix #759
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbilbie committed Aug 3, 2017
1 parent e184691 commit c86c7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exception/OAuthServerException.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public static function serverError($hint)
*/
public static function invalidRefreshToken($hint = null)
{
return new static('The refresh token is invalid.', 8, 'invalid_request', 400, $hint);
return new static('The refresh token is invalid.', 8, 'invalid_request', 401, $hint);
}

/**
Expand Down

0 comments on commit c86c7dd

Please sign in to comment.