1 2 3 4 5 6 7 8 9
//! Validators for credentials whose structure can be determined from the //! candidate value alone. pub(crate) mod cloudflare; pub(crate) mod github; pub(crate) mod jwt; pub(crate) mod slack; pub(crate) mod stripe; pub(crate) mod telegram;