mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Updated associateRefreshToken
This commit is contained in:
@ -64,11 +64,11 @@ interface SessionInterface
|
||||
|
||||
/**
|
||||
* Associate a refresh token with a session
|
||||
* @param int $sessionId The session ID
|
||||
* @param string $refreshToken The refresh token
|
||||
* @param int $accessTokenId The access token ID
|
||||
* @param string $refreshToken The refresh token
|
||||
* @return void
|
||||
*/
|
||||
public function associateRefreshToken(int $sessionId, string $refreshToken);
|
||||
public function associateRefreshToken(int $accessTokenId, string $refreshToken);
|
||||
|
||||
/**
|
||||
* Remove an associated refresh token from a session
|
||||
|
Reference in New Issue
Block a user