你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

身份验证请求的范围。

返回值

访问令牌

适用于