OpenIdConnectConfig.TokenEndpoint Property

Definition

Gets or sets the endpoint to be used to request a token.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to