Partager via


OAuthMiddleware<TOptions>.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<TOptions> ^ CreateHandler();
protected override Microsoft.AspNetCore.Authentication.AuthenticationHandler<TOptions> CreateHandler ();
override this.CreateHandler : unit -> Microsoft.AspNetCore.Authentication.AuthenticationHandler<'Options (requires 'Options :> Microsoft.AspNetCore.Builder.OAuthOptions and 'Options : (new : unit -> 'Options))>
Protected Overrides Function CreateHandler () As AuthenticationHandler(Of TOptions)

Retours

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

S’applique à