pub async fn validate_target_hsm_members(
backend: &StaticBackendDispatcher,
shasta_token: &str,
hsm_group_members_opt: &[String],
) -> Result<Vec<String>, Error>Expand description
Validate that every requested xname belongs to a group the token has access to.