# Packages
No description provided by the author
# Interfaces
Configuration interface provides an abstraction around a configuration struct.
SecretProvider defines the contract for secret provider implementations that allow secrets to be retrieved/stored from/to a services Secret Store and other secret related APIs.
SecretProviderExt defines the extended contract for secret provider implementations that provide additional APIs needed only from the bootstrap code.
# Type aliases
BootstrapHandler defines the contract each bootstrap handler must fulfill.