GoogleAppBuilderExtensions Klasse

Definition

Erweiterungsmethoden zum Hinzufügen von Google-Authentifizierungsfunktionen zu einer HTTP-Anwendungspipeline.

public ref class GoogleAppBuilderExtensions abstract sealed
public static class GoogleAppBuilderExtensions
type GoogleAppBuilderExtensions = class
Public Module GoogleAppBuilderExtensions
Vererbung
GoogleAppBuilderExtensions

Methoden

UseGoogleAuthentication(IApplicationBuilder)
Veraltet.

UseGoogleAuthentication ist veraltet. Konfigurieren Sie die Google-Authentifizierung mit AddAuthentication(). AddGoogle in ConfigureServices. Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=845470.

UseGoogleAuthentication(IApplicationBuilder, GoogleOptions)
Veraltet.

UseGoogleAuthentication ist veraltet. Konfigurieren Sie die Google-Authentifizierung mit AddAuthentication(). AddGoogle in ConfigureServices. Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=845470.

UseGoogleAuthentication(IApplicationBuilder, GoogleOptions)

Fügt die GoogleMiddleware Middleware der angegebenen IApplicationBuilderhinzu, wodurch Google-Authentifizierungsfunktionen aktiviert werden.

Gilt für: