AuthenticationResultToken.GetAccessToken Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- result
- AuthenticationResult
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
- result
- AuthenticationResult
- userId
- String
- tenantId
- String