Share via


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