IAuthenticationHandler.AuthenticateAsync(AuthenticateContext) Method

Definition

public:
 System::Threading::Tasks::Task ^ AuthenticateAsync(Microsoft::AspNetCore::Http::Features::Authentication::AuthenticateContext ^ context);
public System.Threading.Tasks.Task AuthenticateAsync (Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext context);
abstract member AuthenticateAsync : Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext -> System.Threading.Tasks.Task
Public Function AuthenticateAsync (context As AuthenticateContext) As Task

Parameters

Returns

Applies to