C# Class SitecoreOwinFederator.Controllers.AuthController

Authentication controller, contains login and logout functionality. THe authorize attribute on the Index Action forces OWIN to trigger an ASP.Net authenticaiton challenge
Inheritance: Controller
Afficher le fichier Open project: BasLijten/SitecoreFederatedLogin

Méthodes publiques

Méthode Description
Logout ( ) : System.Web.Mvc.ActionResult

Logs out user

Private Methods

Méthode Description
Index ( ) : System.Web.Mvc.ActionResult

Method Details

Logout() public méthode

Logs out user
public Logout ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult