OAuthCard.TokenPostResource Property

Definition

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.

Applies to