pub fn load_api_key(
id: &str,
vault_path: Option<&Path>,
) -> Result<ApiKeyFile, OwsLibError>Expand description
Load an API key by its ID.
pub fn load_api_key(
id: &str,
vault_path: Option<&Path>,
) -> Result<ApiKeyFile, OwsLibError>Load an API key by its ID.