KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.Web.Authentication.TokenController Class Reference

Processing authentication requests More...

Inheritance diagram for KlusterKite.Web.Authentication.TokenController:

Public Member Functions

 TokenController (AuthenticationProvider authenticationProvider, ITokenManager tokenManager)
 Initializes a new instance of the TokenController class. More...
 
Task< IActionResult > Grant ()
 Processes the grant requests More...
 

Detailed Description

Processing authentication requests

Definition at line 27 of file TokenController.cs.

Constructor & Destructor Documentation

◆ TokenController()

KlusterKite.Web.Authentication.TokenController.TokenController ( AuthenticationProvider  authenticationProvider,
ITokenManager  tokenManager 
)

Initializes a new instance of the TokenController class.

Parameters
authenticationProviderThe authentication provider.
tokenManagerThe token manager

Definition at line 46 of file TokenController.cs.

Member Function Documentation

◆ Grant()

Task<IActionResult> KlusterKite.Web.Authentication.TokenController.Grant ( )

Processes the grant requests

Returns
The token processing result

Definition at line 58 of file TokenController.cs.


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