TokenExchangeRequest Class

Definition

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.

Applies to