get_available_group_names

Function get_available_group_names 

Source
pub async fn get_available_group_names(
    infra: &InfraContext<'_>,
    token: &str,
) -> Result<Vec<String>, Error>
Expand description

Return the list of HSM group names this token can access.

Thin wrapper around backend.get_group_name_available — backs the GET /api/v1/groups/available endpoint.