mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-25 22:49:49 +05:30
Updated access denied hint
This commit is contained in:
parent
19b12cda8e
commit
5f22ead287
@ -200,7 +200,7 @@ class OAuthServerException extends \Exception
|
||||
*/
|
||||
public static function accessDenied($hint = null)
|
||||
{
|
||||
return new static('The resource owner or authorization server denied the request.', 401, $hint);
|
||||
return new static('The server denied the request.', 401, $hint);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user