次の方法で共有


OpenIdConnectConfig.AuthorizationEndpoint プロパティ

定義

承認要求を行うために使用するエンドポイントを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象