AppServiceGoogleProvider クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Google プロバイダーの構成設定。
public class AppServiceGoogleProvider
type AppServiceGoogleProvider = class
Public Class AppServiceGoogleProvider
- 継承
-
AppServiceGoogleProvider
コンストラクター
AppServiceGoogleProvider() |
AppServiceGoogleProvider の新しいインスタンスを初期化します。 |
プロパティ
IsEnabled |
<code>false</code> if the Google provider should be enabled despite the set registration, otherwise, <code>true</code>. |
LoginScopes |
認証中に要求する必要があるスコープの一覧。 |
Registration |
Google プロバイダーのアプリ登録の構成設定。 |
ValidationAllowedAudiences |
JWT トークンを検証する対象ユーザーの許可リストの構成設定。 |