FacebookMiddleware.CreateHandler Méthode

Définition

Fournit l’objet AuthenticationHandler<TOptions> pour le traitement des demandes liées à l’authentification.

protected:
 override Microsoft::AspNetCore::Authentication::AuthenticationHandler<Microsoft::AspNetCore::Builder::FacebookOptions ^> ^ CreateHandler();
protected override Microsoft.AspNetCore.Authentication.AuthenticationHandler<Microsoft.AspNetCore.Builder.FacebookOptions> CreateHandler ();
override this.CreateHandler : unit -> Microsoft.AspNetCore.Authentication.AuthenticationHandler<Microsoft.AspNetCore.Builder.FacebookOptions>
Protected Overrides Function CreateHandler () As AuthenticationHandler(Of FacebookOptions)

Retours

AuthenticationHandler<TOptions> configuré avec le FacebookOptions fourni au constructeur.

S’applique à