pub async fn list_agents(
__arg0: State<AppState>,
user: CurrentUser,
__arg2: Path<Uuid>,
) -> Result<impl IntoResponse, ApiError>Expand description
Lists someone’s agents, revoked ones included - a withdrawn token is part of the record of what happened.