mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
Clarified return type of validateAuthCode method
This commit is contained in:
parent
b15a2c09b3
commit
fdf71b758b
@ -145,8 +145,8 @@ interface Database
|
|||||||
* @param string $clientId The client ID
|
* @param string $clientId The client ID
|
||||||
* @param string $redirectUri The redirect URI
|
* @param string $redirectUri The redirect URI
|
||||||
* @param string $authCode The authorisation code
|
* @param string $authCode The authorisation code
|
||||||
* @return array|null Returns an array if the authorisation
|
* @return int|bool Returns the session ID if the auth code
|
||||||
* code is valid otherwise returns null
|
* is valid otherwise returns false
|
||||||
*/
|
*/
|
||||||
public function validateAuthCode(
|
public function validateAuthCode(
|
||||||
$clientId,
|
$clientId,
|
||||||
|
Loading…
Reference in New Issue
Block a user