pub async fn get_groups_names_available(
backend: &StaticBackendDispatcher,
auth_token: &str,
group_cli_arg_opt: Option<&str>,
group_env_or_config_file_opt: Option<&str>,
) -> Result<Vec<String>, Error>Expand description
Return the accessible HSM groups for the token; errors if the requested group is not accessible.