다음을 통해 공유


SiteAuthSettingsInner.GoogleClientSecret 속성

정의

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

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상