次の方法で共有


IOAuthApi.GetUserTokenAsync メソッド

定義

オーバーロード

GetUserTokenAsync(String, String, CancellationToken)
古い.
GetUserTokenAsync(String, String, String, CancellationToken)
古い.

GetUserTokenAsync(String, String, CancellationToken)

注意事項

Use IOAuthApiEx.GetUserTokenAsync

[System.Obsolete("Use IOAuthApiEx.GetUserTokenAsync")]
public System.Threading.Tasks.Task<Microsoft.Bot.Connector.TokenResponse> GetUserTokenAsync (string userId, string connectionName, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("Use IOAuthApiEx.GetUserTokenAsync")>]
abstract member GetUserTokenAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Connector.TokenResponse>
Public Function GetUserTokenAsync (userId As String, connectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TokenResponse)

パラメーター

userId
String
connectionName
String
cancellationToken
CancellationToken

戻り値

属性

適用対象

GetUserTokenAsync(String, String, String, CancellationToken)

注意事項

Use IOAuthApiEx.GetUserTokenAsync

[System.Obsolete("Use IOAuthApiEx.GetUserTokenAsync")]
public System.Threading.Tasks.Task<Microsoft.Bot.Connector.TokenResponse> GetUserTokenAsync (string userId, string connectionName, string magicCode, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("Use IOAuthApiEx.GetUserTokenAsync")>]
abstract member GetUserTokenAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Connector.TokenResponse>
Public Function GetUserTokenAsync (userId As String, connectionName As String, magicCode As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TokenResponse)

パラメーター

userId
String
connectionName
String
magicCode
String
cancellationToken
CancellationToken

戻り値

属性

適用対象