1//! Various endpoints related to identity server status and metadata discovery. 2 3pub mod get_server_status; 4pub mod get_supported_versions;