pub async fn fetch_discovery_document(
discovery_endpoint: &str,
client: &Client,
) -> Result<OidcDiscoveryDocument, OidcDiscoveryError>Expand description
Fetch the OIDC discovery document from the IdP.
pub async fn fetch_discovery_document(
discovery_endpoint: &str,
client: &Client,
) -> Result<OidcDiscoveryDocument, OidcDiscoveryError>Fetch the OIDC discovery document from the IdP.