/// Canonical secret type options for UI dropdowns. pub const SECRET_TYPE_OPTIONS: &[&str] = &[ "text", "password", "token", "api-key", "ssh-key", "url", "phone", "id-card", ];