C# Class TextUml.Controllers.OAuthController

Inheritance: Controller
Mostra file Open project: kazimanzurrashid/textuml-dotnet

Public Methods

Method Description
OAuthController ( IMembershipService membershipService ) : System

Private Methods

Method Description
Callback ( string provider ) : Task
RedirectToHome ( ) : System.Web.Mvc.ActionResult
SignIn ( string provider ) : System.Web.Mvc.ActionResult

Method Details

OAuthController() public method

public OAuthController ( IMembershipService membershipService ) : System
membershipService IMembershipService
return System