OAuthCard.TokenPostResource Property
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.
Gets or sets the resource to directly post a token to token service.
public Microsoft.Bot.Schema.TokenPostResource TokenPostResource { get; set; }
member this.TokenPostResource : Microsoft.Bot.Schema.TokenPostResource with get, set
Public Property TokenPostResource As TokenPostResource
Property Value
The resource to directly post a token to token service.