C# Class RavenOverflow.Web.Areas.User.Controllers.UsersController

Inheritance: RavenOverflow.Web.Controllers.RavenDbController
Mostrar archivo Open project: ayende/RavenOverflow

Private Properties

Property Type Description
AcceptFacebookOAuthToken Core.Entities.User
Authenticate System.Web.Mvc.ActionResult
AuthenticateWithFacebook System.Web.Mvc.ActionResult
SignOut System.Web.Mvc.ActionResult

Public Methods

Method Description
FacebookAuthenticationCallback ( ) : System.Web.Mvc.ActionResult
UsersController ( DocumentStores documentStore, ICustomFormsAuthentication customCustomFormsAuthentication, IOAuthAuthentication oAuthAuthentication ) : System

Private Methods

Method Description
AcceptFacebookOAuthToken ( FacebookOAuthResult facebookOAuthResult ) : Core.Entities.User
Authenticate ( ) : System.Web.Mvc.ActionResult
AuthenticateWithFacebook ( ) : System.Web.Mvc.ActionResult
SignOut ( ) : System.Web.Mvc.ActionResult

Method Details

FacebookAuthenticationCallback() public method

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

UsersController() public method

public UsersController ( DocumentStores documentStore, ICustomFormsAuthentication customCustomFormsAuthentication, IOAuthAuthentication oAuthAuthentication ) : System
documentStore RavenOverflow.Web.DependencyResolution.DocumentStores
customCustomFormsAuthentication ICustomFormsAuthentication
oAuthAuthentication IOAuthAuthentication
return System