SiteAuthSettings.GoogleOAuthScopes Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
É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/
public System.Collections.Generic.IList<string> GoogleOAuthScopes { get; }
member this.GoogleOAuthScopes : System.Collections.Generic.IList<string>
Public ReadOnly Property GoogleOAuthScopes As IList(Of String)
Valeur de propriété
S’applique à
Azure SDK for .NET