次の方法で共有


AzureServiceTokenProvider.TokenCallback 代理人

定義

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) 

パラメーター

authority
String
resource
String
scope
String

戻り値

適用対象