mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-03 18:51:53 +05:30
Normalise long function definition.
Signed-off-by: Michael Gooden <michael@bluepointweb.com>
This commit is contained in:
parent
710c65aa42
commit
3be3794311
@ -182,7 +182,12 @@ interface SessionInterface
|
|||||||
* @param int $accessTokenExpires The UNIX timestamp of when the new token expires
|
* @param int $accessTokenExpires The UNIX timestamp of when the new token expires
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function updateRefreshToken($sessionId, $newAccessToken, $newRefreshToken, $accessTokenExpires);
|
public function updateRefreshToken(
|
||||||
|
$sessionId,
|
||||||
|
$newAccessToken,
|
||||||
|
$newRefreshToken,
|
||||||
|
$accessTokenExpires
|
||||||
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Associates a session with a scope
|
* Associates a session with a scope
|
||||||
|
Loading…
Reference in New Issue
Block a user