HttpClientProvider Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A delegate that returns an HttpClient that will be used to retrieve a JWK Set while resolving a PoP key from a 'jku' claim.
public delegate System.Net.Http.HttpClient HttpClientProvider();
type HttpClientProvider = delegate of unit -> HttpClient
Public Delegate Function HttpClientProvider() As HttpClient
Return Value
An HttpClient used to retrieve a JWK Set.