SecretsResolver

Resolves secrets by finding secrets based on secret IDs or retrieving a specific secret by its ID.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun findSecrets(secretIds: Array<String>): Array<String>

Asynchronously finds secrets based on the provided secret IDs.

Link copied to clipboard
abstract suspend fun getSecret(secretId: String): Secret?

Suspends the execution until the secret with the given secretId is retrieved.