Share via


SiteAuthSettings.GoogleOAuthScopes Property

Definition

The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication. This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes. Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/

public System.Collections.Generic.IList<string> GoogleOAuthScopes { get; }
member this.GoogleOAuthScopes : System.Collections.Generic.IList<string>
Public ReadOnly Property GoogleOAuthScopes As IList(Of String)

Property Value

Applies to