TokenExchangeResource Class

Definition

Response schema sent back from Bot Framework Token Service required to initiate a user single sign on.

public class TokenExchangeResource
type TokenExchangeResource = class
Public Class TokenExchangeResource
Inheritance
TokenExchangeResource

Constructors

TokenExchangeResource()

Initializes a new instance of the TokenExchangeResource class.

TokenExchangeResource(String, String, String)

Initializes a new instance of the TokenExchangeResource class.

Properties

Id

Gets or sets a unique identifier for this token exchange instance.

ProviderId

Gets or sets the identifier of the provider with which to attempt a token exchange A value of null or empty will default to Azure Active Directory.

Uri

Gets or sets the application ID / resource identifier with which to exchange a token on behalf of.

Applies to