C# Класс BinaryStudio.ClientManager.WebUi.Controllers.AuthController

Наследование: Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
AuthController ( IRepository repository, IAppContext appContext, OAuth2.Client.GoogleClient googleClient, OAuth2.Client.FacebookClient facebookClient ) : System
FacebookAuth ( string code, string error ) : System.Web.Mvc.ActionResult
GoogleAuth ( string code, string error ) : System.Web.Mvc.ActionResult

Renders information received from authentication service.

LogOff ( ) : System.Web.Mvc.ActionResult
LogOn ( ) : System.Web.Mvc.ActionResult

Renders page with login links

Описание методов

AuthController() публичный Метод

public AuthController ( IRepository repository, IAppContext appContext, OAuth2.Client.GoogleClient googleClient, OAuth2.Client.FacebookClient facebookClient ) : System
repository IRepository
appContext IAppContext
googleClient OAuth2.Client.GoogleClient
facebookClient OAuth2.Client.FacebookClient
Результат System

FacebookAuth() публичный Метод

public FacebookAuth ( string code, string error ) : System.Web.Mvc.ActionResult
code string
error string
Результат System.Web.Mvc.ActionResult

GoogleAuth() публичный Метод

Renders information received from authentication service.
public GoogleAuth ( string code, string error ) : System.Web.Mvc.ActionResult
code string
error string
Результат System.Web.Mvc.ActionResult

LogOff() публичный Метод

public LogOff ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

LogOn() публичный Метод

Renders page with login links
public LogOn ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult