Partager via


SiteAuthSettings.GoogleOAuthScopes Propriété

Définition

Obtient ou définit les étendues OAuth 2.0 qui seront demandées dans le cadre de l’authentification Google Sign-In. Ce paramètre est facultatif. S’ils ne sont pas spécifiés, « openid », « profil » et « email » sont utilisés comme étendues par défaut. Documentation 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)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à