<PackageReference Include="Microsoft.IdentityModel.Protocols" Version="8.19.2" />

Microsoft.IdentityModel.Protocols.Configuration.ConfigurationEventHandlerResult<T>

Represents a configuration retrieval result.
public static readonly ConfigurationEventHandlerResult<T> NoResult

Represents a result indicating that configuration retrieval should proceed normally, with no result provided from the event handler.

public T Configuration { get; }

Gets or sets the configuration.

public DateTimeOffset RetrievalTime { get; }

Gets or sets the time when the configuration was originally retrieved in UTC.

public ConfigurationEventHandlerResult(T configuration, DateTimeOffset retrievalTime)

Initializes a new instance of the ConfigurationEventHandlerResult<T> class.