mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-03 12:10:48 +05:30
The create
method returns void.
This commit is contained in:
parent
0878897969
commit
986dc59627
@ -38,7 +38,7 @@ interface AccessTokenInterface extends StorageInterface
|
||||
* @param string $token The access token
|
||||
* @param integer $expireTime The expire time expressed as a unix timestamp
|
||||
* @param string|integer $sessionId The session ID
|
||||
* @return \League\OAuth2\Server\Entity\AccessTokenEntity
|
||||
* @return void
|
||||
*/
|
||||
public function create($token, $expireTime, $sessionId);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user