KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.Security.Attributes.RefreshTicket Class Reference

The unique data to identify the user More...

Public Member Functions

 RefreshTicket (string userId, [NotNull] string clientId, [NotNull] string clientType, DateTimeOffset created, DateTimeOffset? expiring)
 Initializes a new instance of the RefreshTicket class. More...
 

Properties

string UserId [get]
 Gets the string representation of the user id (login or other representation) More...
 
string ClientId [get]
 Gets the client id More...
 
string ClientType [get]
 Gets the client type More...
 
DateTimeOffset Created [get]
 Gets the session created time More...
 
DateTimeOffset Expiring [get]
 Gets the session expiring time More...
 

Detailed Description

The unique data to identify the user

Definition at line 19 of file RefreshTicket.cs.

Constructor & Destructor Documentation

◆ RefreshTicket()

KlusterKite.Security.Attributes.RefreshTicket.RefreshTicket ( string  userId,
[NotNull] string  clientId,
[NotNull] string  clientType,
DateTimeOffset  created,
DateTimeOffset?  expiring 
)

Initializes a new instance of the RefreshTicket class.

Parameters
userIdThe user id.
clientIdThe client id.
clientTypeThe client type.
createdThe created time.
expiringThe expiring time.

Definition at line 39 of file RefreshTicket.cs.

Property Documentation

◆ ClientId

string KlusterKite.Security.Attributes.RefreshTicket.ClientId
get

Gets the client id

Definition at line 63 of file RefreshTicket.cs.

◆ ClientType

string KlusterKite.Security.Attributes.RefreshTicket.ClientType
get

Gets the client type

Definition at line 70 of file RefreshTicket.cs.

◆ Created

DateTimeOffset KlusterKite.Security.Attributes.RefreshTicket.Created
get

Gets the session created time

Definition at line 76 of file RefreshTicket.cs.

◆ Expiring

DateTimeOffset KlusterKite.Security.Attributes.RefreshTicket.Expiring
get

Gets the session expiring time

Definition at line 81 of file RefreshTicket.cs.

◆ UserId

string KlusterKite.Security.Attributes.RefreshTicket.UserId
get

Gets the string representation of the user id (login or other representation)

Definition at line 56 of file RefreshTicket.cs.


The documentation for this class was generated from the following file: