Skip to main content

Module credentials

Module credentials 

Source
Expand description

Credential management and secret handling.

Re-exports§

pub use traits::CredentialProvider;

Modules§

traits
Credential provider trait definitions. Credential provider traits.

Structs§

EnvCredentialProvider
Reads a credential from an environment variable on each call.
SecretValue
A secret value with memory zeroisation on drop.
StaticCredentialProvider
A credential provider that returns a fixed secret value.