Partager via


ConnectionOptions.AccessTokenProviderFunctionAsync Property

Definition

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))

Property Value

Applies to