다음을 통해 공유


TokenResponse 생성자

정의

오버로드

TokenResponse()
TokenResponse(String, String, String, String)

TokenResponse()

public TokenResponse ();
Public Sub New ()

적용 대상

TokenResponse(String, String, String, String)

public TokenResponse (string connectionName = default, string token = default, string expiration = default, string channelId = default);
new Microsoft.Bot.Connector.TokenResponse : string * string * string * string -> Microsoft.Bot.Connector.TokenResponse
Public Sub New (Optional connectionName As String = Nothing, Optional token As String = Nothing, Optional expiration As String = Nothing, Optional channelId As String = Nothing)

매개 변수

connectionName
String
token
String
expiration
String
channelId
String

적용 대상