Compartir a través de


AzureServiceTokenProvider.TokenCallback Delegado

Definición

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) 

Parámetros

authority
String
resource
String
scope
String

Valor devuelto

Se aplica a