C# Class LibiadaWeb.Controllers.AccountController.ChallengeResult

The challenge result.
Inheritance: System.Web.Mvc.HttpUnauthorizedResult
显示文件 Open project: intervals-mining-lab/libiada-web

Public Methods

Method Description
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.

Method Details

ChallengeResult() public method

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. ///
return System.Linq

ChallengeResult() public method

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. ///
return System.Linq

ExecuteResult() public method

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