Share via


RestServiceLinkedService.TokenEndpoint Property

Definition

Gets or sets the token endpoint of the authorization server to acquire access token. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.tokenEndpoint")]
public object TokenEndpoint { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.tokenEndpoint")>]
member this.TokenEndpoint : obj with get, set
Public Property TokenEndpoint As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to