AdalAuthenticator.GetTokenAsync(Boolean, String) Method

Definition

public System.Threading.Tasks.Task<Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult> GetTokenAsync (bool forceRefresh = false, string oauthScope = default);
member this.GetTokenAsync : bool * string -> System.Threading.Tasks.Task<Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult>
Public Function GetTokenAsync (Optional forceRefresh As Boolean = false, Optional oauthScope As String = Nothing) As Task(Of AuthenticationResult)

Parameters

forceRefresh
Boolean
oauthScope
String

Returns

Task<AuthenticationResult>

Applies to