C# 클래스 LibiadaWeb.Controllers.AccountController.ChallengeResult

The challenge result.
상속: System.Web.Mvc.HttpUnauthorizedResult
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-web

공개 메소드들

메소드 설명
ChallengeResult ( string provider, string redirectUri ) : System.Linq

Initializes a new instance of the ChallengeResult class.

ChallengeResult ( string provider, string redirectUri, string userId ) : System.Linq

Initializes a new instance of the ChallengeResult class.

ExecuteResult ( ControllerContext context ) : void

The execute result.

메소드 상세

ChallengeResult() 공개 메소드

Initializes a new instance of the ChallengeResult class.
public ChallengeResult ( string provider, string redirectUri ) : System.Linq
provider string /// The provider. ///
redirectUri string /// The redirect uri. ///
리턴 System.Linq

ChallengeResult() 공개 메소드

Initializes a new instance of the ChallengeResult class.
public ChallengeResult ( string provider, string redirectUri, string userId ) : System.Linq
provider string /// The provider. ///
redirectUri string /// The redirect uri. ///
userId string /// The user id. ///
리턴 System.Linq

ExecuteResult() 공개 메소드

The execute result.
public ExecuteResult ( ControllerContext context ) : void
context ControllerContext /// The context. ///
리턴 void