Sdílet prostřednictvím


GoogleMiddleware Třída

Definice

Middleware ASP.NET Core pro ověřování uživatelů pomocí Google OAuth 2.0.

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)
Dědičnost

Konstruktory

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

Inicializuje nový GoogleMiddleware.

Vlastnosti

AuthenticationScheme

Middleware ASP.NET Core pro ověřování uživatelů pomocí Google OAuth 2.0.

(Zděděno od AuthenticationMiddleware<TOptions>)
Backchannel

Middleware ASP.NET Core pro ověřování uživatelů pomocí Google OAuth 2.0.

(Zděděno od OAuthMiddleware<TOptions>)
Logger

Middleware ASP.NET Core pro ověřování uživatelů pomocí Google OAuth 2.0.

(Zděděno od AuthenticationMiddleware<TOptions>)
Options

Middleware ASP.NET Core pro ověřování uživatelů pomocí Google OAuth 2.0.

(Zděděno od AuthenticationMiddleware<TOptions>)
UrlEncoder

Middleware ASP.NET Core pro ověřování uživatelů pomocí Google OAuth 2.0.

(Zděděno od AuthenticationMiddleware<TOptions>)

Metody

CreateHandler()

AuthenticationHandler<TOptions> Poskytuje objekt pro zpracování požadavků souvisejících s ověřováním.

Invoke(HttpContext)

Middleware ASP.NET Core pro ověřování uživatelů pomocí Google OAuth 2.0.

(Zděděno od AuthenticationMiddleware<TOptions>)

Platí pro