ConnectionOptions.AccessTokenProviderFunctionAsync Property
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.
Function that Dataverse ServiceClient will call to request an access token for a given connection.
public Func<string,System.Threading.Tasks.Task<string>> AccessTokenProviderFunctionAsync { get; set; }
member this.AccessTokenProviderFunctionAsync : Func<string, System.Threading.Tasks.Task<string>> with get, set
Public Property AccessTokenProviderFunctionAsync As Func(Of String, Task(Of String))