C# 클래스 ExitGames.Web.Sample.Controllers.ClientController

상속: Controller
파일 보기 프로젝트 열기: exitgames/photon.custom-authentication

공개 메소드들

메소드 설명
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