你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Google 类

定义

Google 提供程序的配置设置。

public class Google
type Google = class
Public Class Google
继承
Google

构造函数

Google()

初始化 Google 类的新实例。

Google(Nullable<Boolean>, ClientRegistration, LoginScopes, AllowedAudiencesValidation)

初始化 Google 类的新实例。

属性

Enabled

如果尽管设置了设置注册,但不应启用 Google 提供程序,则获取或设置 &lt;code&gt;false&lt;/code&gt;否则为 &lt;code&gt;true&lt;/code&gt;。

Login

获取或设置登录流的配置设置。

Registration

获取或设置 Google 提供程序的应用注册的配置设置。

Validation

获取或设置 Azure Active Directory 令牌验证流的配置设置。

适用于