Condividi tramite


OAuthMiddleware<TOptions>.CreateHandler Metodo

Definizione

Fornisce l'oggetto per l'elaborazione delle richieste correlate all'autenticazione AuthenticationHandler<TOptions> .

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)

Restituisce

Oggetto AuthenticationHandler<TOptions> configurato con l'oggetto OAuthOptions fornito al costruttore.

Si applica a