Skip to main content

load_custom_api_keys

Function load_custom_api_keys 

Source
pub fn load_custom_api_keys(
    providers: &[String],
    mode: AuthCredentialsStoreMode,
) -> Result<BTreeMap<String, String>>
Expand description

Load all custom API keys from secure storage.

Returns a map of provider → API key for those that have stored keys.