Freigeben über


AzureServiceTokenProvider.TokenCallback Delegat

Definition

public delegate System.Threading.Tasks.Task<string> AzureServiceTokenProvider.TokenCallback(string authority, string resource, string scope);
type AzureServiceTokenProvider.TokenCallback = delegate of string * string * string -> Task<string>
Public Delegate Function AzureServiceTokenProvider.TokenCallback(authority As String, resource As String, scope As String) As Task(Of String) 

Parameter

authority
String
resource
String
scope
String

Rückgabewert

Gilt für: