TokenResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TokenResponse() | |
TokenResponse(String, String, String, String) |
TokenResponse()
public TokenResponse ();
Public Sub New ()
Applies to
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