mirror of
https://github.com/elyby/oauth2-server.git
synced 2026-05-16 19:39:04 +05:30
minor improvements and documentation fixes
This commit is contained in:
@@ -33,8 +33,6 @@ interface AuthCodeRepositoryInterface extends RepositoryInterface
|
||||
* @param string $code The authorization code string
|
||||
* @param integer $expireTime Token expire time
|
||||
* @param string $redirectUri Client redirect uri
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function persistNewAuthCode($code, $expireTime, $redirectUri);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user