TokenResponse Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
TokenResponse() | |
TokenResponse(String, String, String, String) |
TokenResponse()
public TokenResponse ();
Public Sub New ()
Aplica-se a
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)
Parâmetros
- connectionName
- String
- token
- String
- expiration
- String
- channelId
- String