TokenResponse Class
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.
Response schema sent back from Bot Framework Token Service, in response to a request to get or exchange a token for a user.
public class TokenResponse
type TokenResponse = class
Public Class TokenResponse
- Inheritance
-
TokenResponse
Constructors
TokenResponse() |
Initializes a new instance of the TokenResponse class. |
TokenResponse(String, String, String, String) |
Initializes a new instance of the TokenResponse class. |
Properties
ChannelId |
Gets or sets the channel ID. |
ConnectionName |
Gets or sets the connection name. |
Expiration |
Gets or sets the expiration. |
Properties |
Gets or sets extra propreties. |
Token |
Gets or sets the token. |