mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-16 18:19:47 +05:30
Fixed mistake from previous commit
This commit is contained in:
parent
53a55d4946
commit
6751c4d2fe
@ -126,10 +126,9 @@ interface SessionInterface
|
|||||||
public function associateScope(int $accessTokenId, int $scopeId);
|
public function associateScope(int $accessTokenId, int $scopeId);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get a session's associated scopes
|
* Get all associated access tokens for an access token
|
||||||
* @param int $accessTokenId The ID of the access token
|
* @param string $accessToken The access token
|
||||||
* @param int $scopeId The ID of the scope]
|
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
public function getScopes(int $accessTokenId, int $scopeId);
|
public function getScopes(string $accessToken);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user