C# Class ThirdPartySignup.Controllers.LinkedInController

Controller create feature login with LinkedIn account
Inheritance: Controller
Mostra file Open project: dv00d00/BinaryStudio.TaskManager

Public Methods

Method Description
LinkedInController ( UserProcessor userProcessor, LinkedInService linkedInService ) : System.Globalization

Initializes a new instance of the LinkedInController class.

LogonEnd ( ) : System.Web.Mvc.ActionResult

Logons the end.

LogonStart ( ) : System.Web.Mvc.ActionResult

Logons the start.

RegisterLinkedIn ( ) : System.Web.Mvc.ActionResult

The register linked in.

Private Methods

Method Description
RegisterLinkedIn ( RegisterLinkedInModel model ) : System.Web.Mvc.ActionResult

Method Details

LinkedInController() public method

Initializes a new instance of the LinkedInController class.
public LinkedInController ( UserProcessor userProcessor, LinkedInService linkedInService ) : System.Globalization
userProcessor BinaryStudio.TaskManager.Logic.Core.UserProcessor /// The user processor. ///
linkedInService BinaryStudio.TaskManager.Logic.Authorize.LinkedInService /// The linked in service. ///
return System.Globalization

LogonEnd() public method

Logons the end.
public LogonEnd ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

LogonStart() public method

Logons the start.
public LogonStart ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

RegisterLinkedIn() public method

The register linked in.
public RegisterLinkedIn ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult