Skip to content

JwksTransport Class

The HTTP transport key-set fetches travel on, to the "jwks_uri" of an issuer whose events this host verifies.

C#
public static class JwksTransport

Inheritance 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.

C#
public const string HttpClientName = "Abblix.SecurityEvents.Jwks";

Field Value

System.String