SiteAuthSettingsInner.GoogleOAuthScopes 속성

정의

Google Sign-In 인증의 일부로 요청될 OAuth 2.0 범위를 가져오거나 설정합니다. 이 설정은 선택 사항입니다. 지정하지 않으면 "openid", "profile" 및 "email"이 기본 범위로 사용됩니다. Google Sign-In 설명서: https://developers.google.com/identity/sign-in/web/

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상