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

The result of the authentication procedure More...

Public Member Functions

 AuthenticationResult ([NotNull]AccessTicket accessTicket, [CanBeNull]RefreshTicket refreshTicket)
 Initializes a new instance of the AuthenticationResult class. More...
 

Properties

AccessTicket AccessTicket [get]
 Gets the access ticket More...
 
RefreshTicket RefreshTicket [get]
 Gets the refresh token ticket More...
 

Detailed Description

The result of the authentication procedure

Definition at line 17 of file AuthenticationResult.cs.

Constructor & Destructor Documentation

◆ AuthenticationResult()

KlusterKite.Security.Attributes.AuthenticationResult.AuthenticationResult ( [NotNull] AccessTicket  accessTicket,
[CanBeNull] RefreshTicket  refreshTicket 
)

Initializes a new instance of the AuthenticationResult class.

Parameters
accessTicketThe access ticket.
refreshTicketThe refresh ticket.

Definition at line 28 of file AuthenticationResult.cs.

Property Documentation

◆ AccessTicket

AccessTicket KlusterKite.Security.Attributes.AuthenticationResult.AccessTicket
get

Gets the access ticket

Definition at line 38 of file AuthenticationResult.cs.

◆ RefreshTicket

RefreshTicket KlusterKite.Security.Attributes.AuthenticationResult.RefreshTicket
get

Gets the refresh token ticket

Definition at line 44 of file AuthenticationResult.cs.


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