C# Class Microsoft.Research.DataOnboarding.WebApplication.Controllers.AuthenticateController

class to manage the login and register action result methods
Inheritance: Microsoft.Research.DataOnboarding.WebApplication.Helpers.BaseController
Afficher le fichier Open project: CDLUC3/dataup2

Méthodes publiques

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

Signs out from the web app and redirects to API SignOut

Private Methods

Méthode Description
GetLandingPageURL ( ) : string

Returns the landing page Url

Register ( ) : System.Web.Mvc.ActionResult

Method Details

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

SignOut() public méthode

Signs out from the web app and redirects to API SignOut
public SignOut ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult