pub async fn discover(
http: &Client,
www_authenticate: &str,
) -> Result<AuthServerMetadata, OAuthError>Expand description
Discover authorization-server metadata for an upstream, starting from its
WWW-Authenticate challenge (RFC 9728 → RFC 8414).