次の方法で共有


AuthorizationServerContractBaseProperties.TokenEndpoint プロパティ

定義

oAuth トークン エンドポイントを取得または設定します。 参照するエンティティの絶対 URI が含まれます。

[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

適用対象