FakeSecretsManager
class FakeSecretsManager(secrets: Storage<StoredSecretValue> = Storage.InMemory(), clock: Clock = Clock.systemUTC()) : ChaoticHttpHandler
Constructors
Link copied to clipboard
constructor(secrets: Storage<StoredSecretValue> = Storage.InMemory(), clock: Clock = Clock.systemUTC())