TwitterMiddleware.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::TwitterOptions ^> ^ CreateHandler();
protected override Microsoft.AspNetCore.Authentication.AuthenticationHandler<Microsoft.AspNetCore.Builder.TwitterOptions> CreateHandler ();
override this.CreateHandler : unit -> Microsoft.AspNetCore.Authentication.AuthenticationHandler<Microsoft.AspNetCore.Builder.TwitterOptions>
Protected Overrides Function CreateHandler () As AuthenticationHandler(Of TwitterOptions)

Retours

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

S’applique à