mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 12:13:13 +08:00
New CLI command to create the initial API key idempotently
This commit is contained in:
@@ -12,6 +12,8 @@ interface ApiKeyServiceInterface
|
||||
{
|
||||
public function create(ApiKeyMeta $apiKeyMeta): ApiKey;
|
||||
|
||||
public function createInitial(string $key): ?ApiKey;
|
||||
|
||||
public function check(string $key): ApiKeyCheckResult;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user