C# Class WhoCanHelpMe.Web.Controllers.User.UserController

Inheritance: BaseController
Show file Open project: jongeorge1/Who-Can-Help-Me

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult
SignOut ( ) : System.Web.Mvc.ActionResult
UserController ( IIdentityService identityService, IMapper loginPageViewModelMapper ) : System.Security.Authentication

Private Methods

Method Description
Authenticate ( string openId, string returnUrl ) : System.Web.Mvc.ActionResult
Login ( string returnUrl ) : System.Web.Mvc.ActionResult

Method Details

Index() public method

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

SignOut() public method

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

UserController() public method

public UserController ( IIdentityService identityService, IMapper loginPageViewModelMapper ) : System.Security.Authentication
identityService IIdentityService
loginPageViewModelMapper IMapper
return System.Security.Authentication