CookieAuthenticationEvents.SignedIn(CookieSignedInContext) Method

Definition

Invoked after sign in has completed.

public:
 virtual System::Threading::Tasks::Task ^ SignedIn(Microsoft::AspNetCore::Authentication::Cookies::CookieSignedInContext ^ context);
public virtual System.Threading.Tasks.Task SignedIn (Microsoft.AspNetCore.Authentication.Cookies.CookieSignedInContext context);
abstract member SignedIn : Microsoft.AspNetCore.Authentication.Cookies.CookieSignedInContext -> System.Threading.Tasks.Task
override this.SignedIn : Microsoft.AspNetCore.Authentication.Cookies.CookieSignedInContext -> System.Threading.Tasks.Task
Public Overridable Function SignedIn (context As CookieSignedInContext) As Task

Parameters

Returns

Implements

Applies to