Partilhar via


SiteAuthSettingsInner.GoogleOAuthScopes Propriedade

Definição

Obtém ou define os âmbitos do OAuth 2.0 que serão pedidos como parte da autenticação do Google Sign-In. Esta definição é opcional. Se não for especificado, "openid", "profile" e "email" são utilizados como âmbitos predefinidos. Documentação do 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)

Valor de Propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a