共用方式為


SiteAuthSettingsInner.AdditionalLoginParams 屬性

定義

取得或設定登入參數,以在使用者登入時傳送至 OpenID Connect 授權端點。 每個參數的格式都必須是 「key=value」。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.additionalLoginParams")]
public System.Collections.Generic.IList<string> AdditionalLoginParams { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.additionalLoginParams")>]
member this.AdditionalLoginParams : System.Collections.Generic.IList<string> with get, set
Public Property AdditionalLoginParams As IList(Of String)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於