Delen via


SiteAuthSettingsInner.GoogleOAuthScopes Eigenschap

Definitie

Hiermee worden de OAuth 2.0-bereiken opgehaald of ingesteld die worden aangevraagd als onderdeel van Google Sign-In-verificatie. Deze instelling is optioneel. Als dit niet is opgegeven, worden 'openid', 'profile' en 'email' als standaardbereiken gebruikt. Documentatie voor 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)

Waarde van eigenschap

Kenmerken
Newtonsoft.Json.JsonPropertyAttribute

Van toepassing op