TokenResponse Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
TokenResponse() | |
TokenResponse(String, String, String, String) |
TokenResponse()
public TokenResponse ();
Public Sub New ()
Van toepassing op
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)
Parameters
- connectionName
- String
- token
- String
- expiration
- String
- channelId
- String