KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.NodeManager.Launcher.Token Class Reference

The token description More...

Public Attributes

bool IsExpired => !this.Expires.HasValue || (DateTimeOffset.Now - this.created).TotalSeconds > this.Expires.Value
 Gets a value indicating whether current token was expired More...
 

Properties

string AccessToken [get, set]
 Gets or sets the access token value More...
 
int Expires [get, set]
 Gets or sets the token expiration in seconds More...
 

Detailed Description

The token description

Definition at line 22 of file Token.cs.

Member Data Documentation

◆ IsExpired

bool KlusterKite.NodeManager.Launcher.Token.IsExpired => !this.Expires.HasValue || (DateTimeOffset.Now - this.created).TotalSeconds > this.Expires.Value

Gets a value indicating whether current token was expired

Definition at line 46 of file Token.cs.

Property Documentation

◆ AccessToken

string KlusterKite.NodeManager.Launcher.Token.AccessToken
getset

Gets or sets the access token value

Definition at line 33 of file Token.cs.

◆ Expires

int KlusterKite.NodeManager.Launcher.Token.Expires
getset

Gets or sets the token expiration in seconds

Definition at line 40 of file Token.cs.


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