Class AuthenticationTicketExtensions.AuthenticationTicketLite
- Namespace
- Duende.IdentityServer.Extensions
- Assembly
- Duende.IdentityServer.dll
Serialization friendly AuthenticationTicket
public class AuthenticationTicketExtensions.AuthenticationTicketLite
- Inheritance
-
AuthenticationTicketExtensions.AuthenticationTicketLite
- Inherited Members
Constructors
AuthenticationTicketLite()
public AuthenticationTicketLite()
Properties
Items
The items
public IDictionary<string, string> Items { get; init; }
Property Value
Scheme
The scheme
public string Scheme { get; init; }
Property Value
User
The user
public ClaimsPrincipalLite User { get; init; }
Property Value
- ClaimsPrincipalLite