GoogleAppBuilderExtensions Classe

Définition

Méthodes d’extension pour ajouter des fonctionnalités d’authentification Google à un pipeline d’application HTTP.

public ref class GoogleAppBuilderExtensions abstract sealed
public static class GoogleAppBuilderExtensions
type GoogleAppBuilderExtensions = class
Public Module GoogleAppBuilderExtensions
Héritage
GoogleAppBuilderExtensions

Méthodes

UseGoogleAuthentication(IApplicationBuilder)
Obsolète.

UseGoogleAuthentication est obsolète. Configurer l’authentification Google avec AddAuthentication(). AddGoogle dans ConfigureServices. Consultez https://go.microsoft.com/fwlink/?linkid=845470 pour plus d’informations.

UseGoogleAuthentication(IApplicationBuilder, GoogleOptions)
Obsolète.

UseGoogleAuthentication est obsolète. Configurer l’authentification Google avec AddAuthentication(). AddGoogle dans ConfigureServices. Consultez https://go.microsoft.com/fwlink/?linkid=845470 pour plus d’informations.

UseGoogleAuthentication(IApplicationBuilder, GoogleOptions)

Ajoute le GoogleMiddleware middleware au spécifié IApplicationBuilder, ce qui active les fonctionnalités d’authentification Google.

S’applique à