ICookieAuthenticationEvents.SignedIn(CookieSignedInContext) Method

Definition

Called when an endpoint has provided sign in information after it is converted into a cookie.

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

Parameters

context
CookieSignedInContext

Contains information about the login session as well as the user ClaimsIdentity.

Returns

Applies to