Table of Contents

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

IDictionary<string, string>

Scheme

The scheme

public string Scheme { get; init; }

Property Value

string

User

The user

public ClaimsPrincipalLite User { get; init; }

Property Value

ClaimsPrincipalLite