Module secrets

Module secrets 

Source
Expand description

Secret-provider abstractions surfaced from foundation and security crates.

Structs§

NullSecretProvider
A SecretProvider that always returns None.
SecureStorageSecretProvider
A SecretProvider backed by SecureStorage.

Enums§

SecretKey
A strongly-typed identifier for a secret used by the core.

Traits§

SecretProvider
A source of secrets used by core provider selection and execution.