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.IAuthenticationTokenHelper< TAuthenticationToken > Interface Template Reference

A helper for setting and retrieving authentication tokens of type TAuthenticationToken . More...

+ Inheritance diagram for Cqrs.Authentication.IAuthenticationTokenHelper< TAuthenticationToken >:

Public Member Functions

TAuthenticationToken GetAuthenticationToken ()
 Get the current TAuthenticationToken authentication token for the current context/request. More...
 
TAuthenticationToken SetAuthenticationToken (TAuthenticationToken token)
 Set the provided token for the current context/request. More...
 

Detailed Description

A helper for setting and retrieving authentication tokens of type TAuthenticationToken .

Template Parameters
TAuthenticationTokenThe Type of authentication token.