Partager via


AzureServiceTokenProvider.TokenCallback Délégué

Définition

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) 

Paramètres

authority
String
resource
String
scope
String

Valeur renvoyée

S’applique à