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

Extensions to the standard OAuth2 methods More...

Inheritance diagram for KlusterKite.Web.Authentication.AuthenticationExtensionsController:

Public Member Functions

 AuthenticationExtensionsController (ITokenManager tokenManager)
 Initializes a new instance of the AuthenticationExtensionsController class. More...
 
async Task< bool > RevokeSelf ()
 Revokes the current access token More...
 

Detailed Description

Extensions to the standard OAuth2 methods

Definition at line 24 of file AuthenticationExtensionsController.cs.

Constructor & Destructor Documentation

◆ AuthenticationExtensionsController()

KlusterKite.Web.Authentication.AuthenticationExtensionsController.AuthenticationExtensionsController ( ITokenManager  tokenManager)

Initializes a new instance of the AuthenticationExtensionsController class.

Parameters
tokenManagerThe token manager.

Definition at line 37 of file AuthenticationExtensionsController.cs.

Member Function Documentation

◆ RevokeSelf()

async Task<bool> KlusterKite.Web.Authentication.AuthenticationExtensionsController.RevokeSelf ( )

Revokes the current access token

Returns
The success of the operation

Definition at line 49 of file AuthenticationExtensionsController.cs.


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