Secrets Provider Interface
Defines the contract for retrieving secrets from a secure storage.
Get a secret value
The key of the secret to retrieve
The secret value or undefined if not found
Get a required secret value
The secret value
Error if the secret is not found
Check if a secret exists
The key of the secret to check
True if the secret exists, false otherwise
Secrets Provider Interface
Defines the contract for retrieving secrets from a secure storage.