C# Class ThirdPartySignup.Controllers.LinkedInController

Controller create feature login with LinkedIn account
Inheritance: Controller
Afficher le fichier Open project: dv00d00/BinaryStudio.TaskManager

Méthodes publiques

Méthode 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

Méthode Description
RegisterLinkedIn ( RegisterLinkedInModel model ) : System.Web.Mvc.ActionResult

Method Details

LinkedInController() public méthode

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. ///
Résultat System.Globalization

LogonEnd() public méthode

Logons the end.
public LogonEnd ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

LogonStart() public méthode

Logons the start.
public LogonStart ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

RegisterLinkedIn() public méthode

The register linked in.
public RegisterLinkedIn ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult