mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-22 21:19:46 +05:30
Add a summary for hasRedirect function
This commit is contained in:
parent
466e1a639d
commit
68c9fbd83c
@ -304,6 +304,8 @@ class OAuthServerException extends \Exception
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Check if the exception has an associated redirect URI.
|
||||||
|
*
|
||||||
* Returns whether the exception includes a redirect, since
|
* Returns whether the exception includes a redirect, since
|
||||||
* getHttpStatusCode() doesn't return a 302 when there's a
|
* getHttpStatusCode() doesn't return a 302 when there's a
|
||||||
* redirect enabled. This helps when you want to override local
|
* redirect enabled. This helps when you want to override local
|
||||||
|
Loading…
Reference in New Issue
Block a user