1 2 3 4 5 6
#[cfg(feature = "ShowOauth2Token")] pub mod ShowOauth2Token; #[cfg(feature = "ShowOauth2UserInfo")] pub mod ShowOauth2UserInfo; #[cfg(feature = "ValidateService")] pub mod ValidateService;