RemoteAuthenticationHandler<TOptions>.HandleSignInAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
override System::Threading::Tasks::Task ^ HandleSignInAsync(Microsoft::AspNetCore::Http::Features::Authentication::SignInContext ^ context);
protected override System.Threading.Tasks.Task HandleSignInAsync (Microsoft.AspNetCore.Http.Features.Authentication.SignInContext context);
override this.HandleSignInAsync : Microsoft.AspNetCore.Http.Features.Authentication.SignInContext -> System.Threading.Tasks.Task
Protected Overrides Function HandleSignInAsync (context As SignInContext) As Task
Parameters
- context
- SignInContext