pub mod google {
pub const ISSUER_URL: &str = "https://accounts.google.com";
}
pub mod microsoft {
pub const ISSUER_URL_COMMON: &str = "https://login.microsoftonline.com/common/v2.0";
}
pub mod apple {
pub const ISSUER_URL: &str = "https://appleid.apple.com";
}