KeyVaultClient.AuthenticationCallback 代理人

定義

クライアント コードによって実装される認証コールバック デリゲート

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

パラメーター

authority
String

機関の識別子、URL。

resource
String

要求されたトークンの受信者であるターゲット リソースの識別子(URL)。

scope
String

認証要求のスコープ。

戻り値

アクセス トークン

適用対象