C# Class MyOnTimeTeam.Controllers.AccountsController

Inheritance: Controller
Datei anzeigen Open project: Axosoft/MyOnTimeTeam

Public Methods

Method Description
LoginFailed ( ) : System.Web.Mvc.ActionResult
OnTimeAuth ( string url ) : System.Web.Mvc.ActionResult
getRedirectUri ( ) : string
tokenRedirect ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
LogOn ( ) : System.Web.Mvc.ActionResult
OnTimeAuth ( LogOnModel model ) : System.Web.Mvc.ActionResult
ReceiveCode ( string code, string state, string error, string error_description ) : System.Web.Mvc.ActionResult

Method Details

LoginFailed() public method

public LoginFailed ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

OnTimeAuth() public method

public OnTimeAuth ( string url ) : System.Web.Mvc.ActionResult
url string
return System.Web.Mvc.ActionResult

getRedirectUri() public method

public getRedirectUri ( ) : string
return string

tokenRedirect() public method

public tokenRedirect ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult