ITicketStore Interface (Microsoft.AspNetCore.Authentication.Cookies)

This provides an abstract storage mechanic to preserve identity information on the server while only sending a simple identifier key to the client. This is most commonly used to mitigate issues with serializing large identities into cookies.