Compartir a través de


OAuthMiddleware<TOptions>.CreateHandler Método

Definición

Proporciona el AuthenticationHandler<TOptions> objeto para procesar solicitudes relacionadas con la autenticación.

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)

Devoluciones

Configurado AuthenticationHandler<TOptions> con el OAuthOptions proporcionado al constructor .

Se aplica a