OAuthMiddleware<TOptions>.CreateHandler Метод

Определение

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)

Возвращаемое значение

Объект , AuthenticationHandler<TOptions> настроенный с заданным OAuthOptions для конструктора .

Применяется к