JwksTransport Class
The HTTP transport key-set fetches travel on, to the "jwks_uri" of an issuer whose events this host verifies.
public static class JwksTransportInheritance System.Object → JwksTransport
Fields
JwksTransport.HttpClientName Field
The name the transport's client is registered under, published so a host can configure it without copying
the string: services.AddHttpClient(JwksTransport.HttpClientName) reaches the same client the
resolver fetches with, and whatever it chains - a resilience pipeline, a proxy - applies to every fetch.
public const string HttpClientName = "Abblix.SecurityEvents.Jwks";