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

AuthenticationResultToken.GetAccessToken Method

Definition

Overloads

GetAccessToken(AuthenticationResult)
GetAccessToken(AuthenticationResult, String, String)

GetAccessToken(AuthenticationResult)

public static Microsoft.Azure.Commands.Common.Authentication.IAccessToken GetAccessToken (Microsoft.Identity.Client.AuthenticationResult result);
static member GetAccessToken : Microsoft.Identity.Client.AuthenticationResult -> Microsoft.Azure.Commands.Common.Authentication.IAccessToken
Public Shared Function GetAccessToken (result As AuthenticationResult) As IAccessToken

Parameters

Returns

Applies to

GetAccessToken(AuthenticationResult, String, String)

public static Microsoft.Azure.Commands.Common.Authentication.IAccessToken GetAccessToken (Microsoft.Identity.Client.AuthenticationResult result, string userId = default, string tenantId = default);
static member GetAccessToken : Microsoft.Identity.Client.AuthenticationResult * string * string -> Microsoft.Azure.Commands.Common.Authentication.IAccessToken
Public Shared Function GetAccessToken (result As AuthenticationResult, Optional userId As String = Nothing, Optional tenantId As String = Nothing) As IAccessToken

Parameters

userId
String
tenantId
String

Returns

Applies to