CleanupRefreshTokensCommand
extends Command
-
#[AsCommand]
-
$name: 'app:cleanup-refresh-tokens'
-
$description: 'Nettoie les refresh tokens expirés de la base de données'
Table of Contents
Properties
-
$refreshTokenService
: RefreshTokenService
Methods
-
__construct()
: mixed
-
execute()
: int
__construct()
public
__construct(RefreshTokenService $refreshTokenService) : mixed
Parameters
-
$refreshTokenService
: RefreshTokenService
-
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
-
$input
: InputInterface
-
-
$output
: OutputInterface
-