TokenExchangeResource 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 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. |