Skip to main content

SecretBundle

Type Alias SecretBundle 

Source
pub type SecretBundle = HashMap<String, RedactedString>;
Expand description

Bag of named secrets resolved for one caller. Keys are operator-defined (e.g., "oauth_token", "refresh_token", "api_key").

Aliased Typeยง

pub struct SecretBundle { /* private fields */ }