次の方法で共有


OpenIdConnectConfig.TokenEndpoint プロパティ

定義

トークンの要求に使用するエンドポイントを取得または設定します。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象