1 2 3 4 5
//! Generic OAuth plugin placeholder. pub mod providers; pub const UPSTREAM_PLUGIN_ID: &str = "generic-oauth";