GoogleMiddleware クラス

定義

Google OAuth 2.0 を使用してユーザーを認証するための ASP.NET Core ミドルウェア。

public ref class GoogleMiddleware : Microsoft::AspNetCore::Authentication::OAuth::OAuthMiddleware<Microsoft::AspNetCore::Builder::GoogleOptions ^>
public class GoogleMiddleware : Microsoft.AspNetCore.Authentication.OAuth.OAuthMiddleware<Microsoft.AspNetCore.Builder.GoogleOptions>
type GoogleMiddleware = class
    inherit OAuthMiddleware<GoogleOptions>
Public Class GoogleMiddleware
Inherits OAuthMiddleware(Of GoogleOptions)
継承

コンストラクター

GoogleMiddleware(RequestDelegate, IDataProtectionProvider, ILoggerFactory, UrlEncoder, IOptions<SharedAuthenticationOptions>, IOptions<GoogleOptions>)

新しい GoogleMiddleware を初期化します。

プロパティ

AuthenticationScheme

Google OAuth 2.0 を使用してユーザーを認証するための ASP.NET Core ミドルウェア。

(継承元 AuthenticationMiddleware<TOptions>)
Backchannel

Google OAuth 2.0 を使用してユーザーを認証するための ASP.NET Core ミドルウェア。

(継承元 OAuthMiddleware<TOptions>)
Logger

Google OAuth 2.0 を使用してユーザーを認証するための ASP.NET Core ミドルウェア。

(継承元 AuthenticationMiddleware<TOptions>)
Options

Google OAuth 2.0 を使用してユーザーを認証するための ASP.NET Core ミドルウェア。

(継承元 AuthenticationMiddleware<TOptions>)
UrlEncoder

Google OAuth 2.0 を使用してユーザーを認証するための ASP.NET Core ミドルウェア。

(継承元 AuthenticationMiddleware<TOptions>)

メソッド

CreateHandler()

認証関連の AuthenticationHandler<TOptions> 要求を処理するための オブジェクトを提供します。

Invoke(HttpContext)

Google OAuth 2.0 を使用してユーザーを認証するための ASP.NET Core ミドルウェア。

(継承元 AuthenticationMiddleware<TOptions>)

適用対象