C# Class Machete.Web.Controllers.AccountController.ChallengeResult

Inheritance: System.Web.Mvc.HttpUnauthorizedResult
Afficher le fichier Open project: SavageLearning/Machete

Méthodes publiques

Méthode Description
ChallengeResult ( string provider, string redirectUri ) : Machete.Data
ChallengeResult ( string provider, string redirectUri, string userId ) : Machete.Data
ExecuteResult ( ControllerContext context ) : void

Method Details

ChallengeResult() public méthode

public ChallengeResult ( string provider, string redirectUri ) : Machete.Data
provider string
redirectUri string
Résultat Machete.Data

ChallengeResult() public méthode

public ChallengeResult ( string provider, string redirectUri, string userId ) : Machete.Data
provider string
redirectUri string
userId string
Résultat Machete.Data

ExecuteResult() public méthode

public ExecuteResult ( ControllerContext context ) : void
context ControllerContext
Résultat void