다음을 통해 공유


SiteAuthSettingsInner.GoogleClientId 속성

정의

Google 웹 애플리케이션에 대한 OpenID Connect 클라이언트 ID를 가져오거나 설정합니다. 이 설정은 Google 로그인을 사용하도록 설정하는 데 필요합니다. Google Sign-In 설명서: https://developers.google.com/identity/sign-in/web/

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상