SystemSecretsReader

An interface for reading secrets.

This interface provides a method to retrieve secret values by their names. Implementations can vary based on the operating system or platform being used.

Inheritors

Functions

Link copied to clipboard
abstract fun getSecret(name: String): String?

Retrieves a secret value from environment variables.