pub(crate) async fn fetch_discovery_document(
state: &Arc<Mutex<CliState>>,
) -> Result<WellKnownDiscoveryDocument, OperationOutcomeError>Expand description
Fetches (and caches on CliState) the OIDC discovery document for the active profile.
pub(crate) async fn fetch_discovery_document(
state: &Arc<Mutex<CliState>>,
) -> Result<WellKnownDiscoveryDocument, OperationOutcomeError>Fetches (and caches on CliState) the OIDC discovery document for the active profile.