AuthorityResolver(HttpClient, Action<TraceEventType,String>) Constructor
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.
instantiate resolver, using specified HttpClient to be used.
public AuthorityResolver (System.Net.Http.HttpClient httpClient, Action<System.Diagnostics.TraceEventType,string> logger = default);
new Microsoft.PowerPlatform.Dataverse.Client.Auth.AuthorityResolver : System.Net.Http.HttpClient * Action<System.Diagnostics.TraceEventType, string> -> Microsoft.PowerPlatform.Dataverse.Client.Auth.AuthorityResolver
Public Sub New (httpClient As HttpClient, Optional logger As Action(Of TraceEventType, String) = Nothing)
Parameters
- httpClient
- HttpClient
- logger
- Action<TraceEventType,String>