C# Class TextUml.Controllers.OAuthController.ChallengeResult

Inheritance: System.Web.Mvc.HttpUnauthorizedResult
Afficher le fichier Open project: kazimanzurrashid/textuml-dotnet

Méthodes publiques

Méthode Description
ChallengeResult ( string provider, string redirectUrl, IdentityAuthenticationManager authentication ) : System
ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void

Method Details

ChallengeResult() public méthode

public ChallengeResult ( string provider, string redirectUrl, IdentityAuthenticationManager authentication ) : System
provider string
redirectUrl string
authentication IdentityAuthenticationManager
Résultat System

ExecuteResult() public méthode

public ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void
context System.Web.Mvc.ControllerContext
Résultat void