CQRS.NET  4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Authentication.SingleSignOnToken Class Reference

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

+ Inheritance diagram for Cqrs.Authentication.SingleSignOnToken:

Public Member Functions

virtual string Serialise ()
 Returns Token. 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...
 
- Properties inherited from Cqrs.Authentication.ISingleSignOnToken
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.