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

적용 대상