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.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.