C# Class ExitGames.Web.Sample.Controllers.ClientController

Inheritance: Controller
Afficher le fichier Open project: exitgames/photon.custom-authentication

Méthodes publiques

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

Private Methods

Méthode Description
Authenticate ( string userName, string token ) : ExitGames.Web.Sample.Models.Result

Method Details

Authenticate() public méthode

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.
Résultat System.Web.Mvc.ActionResult

ClientController() public méthode

public ClientController ( ) : System.Web.Http
Résultat System.Web.Http

ClientController() public méthode

public ClientController ( IClientAuthenticationService authenticationService ) : System.Web.Http
authenticationService IClientAuthenticationService
Résultat System.Web.Http

ClientController() public méthode

public ClientController ( ) : System.Web.Mvc
Résultat System.Web.Mvc

ClientController() public méthode

public ClientController ( IClientAuthenticationService authenticationService ) : System.Web.Mvc
authenticationService IClientAuthenticationService
Résultat System.Web.Mvc