CQRS.NET  2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Authentication.ISingleSignOnToken Interface Reference

An authentication token with expiry and an issue time information. More...

+ Inheritance diagram for Cqrs.Authentication.ISingleSignOnToken:

Public Member Functions

string Serialise ()
 Serialises this token to a string. More...
 

Properties

string Token [get, set]
 The authentication token. More...
 
DateTime TimeOfExpiry [get, set]
 The DateTime this token should expire. More...
 
DateTime DateIssued [get, set]
 The DateTime this token was issued. More...
 

Detailed Description

An authentication token with expiry and an issue time information.