//! Module: ops::auth::verify
//!
//! Responsibility: route auth claim verification to focused verifier helpers.
//! Does not own: proof preparation, storage, or endpoint authorization.
//! Boundary: private auth-ops verification dispatch.
use crate::;
// Route role-attestation verification through the attestation-focused verifier module.
pub