MicrosoftAppCredentials.GetTokenAsync(Boolean, String) メソッド

定義

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

パラメーター

forceRefresh
Boolean
oauthScope
String

戻り値

適用対象