Freigeben über


SiteAuthSettings.GoogleOAuthScopes Eigenschaft

Definition

Ruft die OAuth 2.0-Bereiche ab, die im Rahmen der Google Sign-In-Authentifizierung angefordert werden, oder legt sie fest. Diese Einstellung ist optional. Wenn nicht angegeben, werden "openid", "profile" und "email" als Standardbereiche verwendet. Google Sign-In Dokumentation: 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)

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: