Deletes a specified API key.
The key of the API key to delete.
A promise resolving once deletion is complete.
Retrieves a stored API key by its key.
The API key to retrieve.
A promise resolving to the secret entry or undefined if not found.
Retrieves all secrets.
A promise resolving to a record of all stored secret entries.
Inserts a new API key or updates an existing one with a new autogenerated value. Returns the created secret.
ApiKeysSecretClient manages API key secrets, providing methods for retrieval, creation, and deletion of API keys.