ICookieAuthenticationEvents.SignedIn(CookieSignedInContext) 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.
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.