TokenResponse Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
TokenResponse() | |
TokenResponse(String, String, String, String) |
TokenResponse()
public TokenResponse ();
Public Sub New ()
S’applique à
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)
Paramètres
- connectionName
- String
- token
- String
- expiration
- String
- channelId
- String