mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-13 15:22:12 +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)
|
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…
x
Reference in New Issue
Block a user