C# Класс ExitGames.Web.Sample.Controllers.ClientController

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

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

Метод Описание
Authenticate ( string userName, string token ) : System.Web.Mvc.ActionResult

Authenticates a user with the given credentials.

ClientController ( ) : System.Web.Http
ClientController ( IClientAuthenticationService authenticationService ) : System.Web.Http
ClientController ( ) : System.Web.Mvc
ClientController ( IClientAuthenticationService authenticationService ) : System.Web.Mvc

Приватные методы

Метод Описание
Authenticate ( string userName, string token ) : ExitGames.Web.Sample.Models.Result

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

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

Authenticates a user with the given credentials.
public Authenticate ( string userName, string token ) : System.Web.Mvc.ActionResult
userName string Name of user to authenticate.
token string Token to authenticate user with.
Результат System.Web.Mvc.ActionResult

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

public ClientController ( ) : System.Web.Http
Результат System.Web.Http

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

public ClientController ( IClientAuthenticationService authenticationService ) : System.Web.Http
authenticationService IClientAuthenticationService
Результат System.Web.Http

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

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

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

public ClientController ( IClientAuthenticationService authenticationService ) : System.Web.Mvc
authenticationService IClientAuthenticationService
Результат System.Web.Mvc