get_available_groups

Function get_available_groups 

Source
pub async fn get_available_groups(
    ctx: RequestCtx,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>
Expand description

GET /groups/available — list HSM group names the token can access.

Backs CLI authorization helpers that used to call backend.get_group_name_available directly.