TokenExchangeRequest 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.
Request payload to be sent to the Bot Framework Token Service for Single Sign On. If the URI is set to a custom scope, then Token Service will exchange the token in its cache for a token targeting the custom scope and return it in the response. If a Token is sent in the payload, then Token Service will exchange the token for a token targetting the scopes specified in the corresponding OAauth connection.
public class TokenExchangeRequest
type TokenExchangeRequest = class
Public Class TokenExchangeRequest
- Inheritance
-
TokenExchangeRequest
Constructors
TokenExchangeRequest() |
Initializes a new instance of the TokenExchangeRequest class. |
TokenExchangeRequest(String, String) |
Initializes a new instance of the TokenExchangeRequest class. |
Properties
Token |
Gets or sets a token string. |
Uri |
Gets or sets a URI string. |