你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AppServiceGoogleProvider 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Google 提供程序的配置设置。
public class AppServiceGoogleProvider
type AppServiceGoogleProvider = class
Public Class AppServiceGoogleProvider
- 继承
-
AppServiceGoogleProvider
构造函数
AppServiceGoogleProvider() |
初始化 AppServiceGoogleProvider 的新实例。 |
属性
IsEnabled |
<如果尽管设置了注册,但不应启用 Google 提供程序,则代码>为 false</> code;否则为 <代码>true</code>。 |
LoginScopes |
身份验证时应请求的范围的列表。 |
Registration |
Google 提供程序的应用注册的配置设置。 |
ValidationAllowedAudiences |
要从中验证 JWT 令牌的访问群体的允许列表的配置设置。 |