C# Class TextUml.Controllers.OAuthController.ChallengeResult

Inheritance: System.Web.Mvc.HttpUnauthorizedResult
Mostra file Open project: kazimanzurrashid/textuml-dotnet

Public Methods

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

Method Details

ChallengeResult() public method

public ChallengeResult ( string provider, string redirectUrl, IdentityAuthenticationManager authentication ) : System
provider string
redirectUrl string
authentication IdentityAuthenticationManager
return System

ExecuteResult() public method

public ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void
context System.Web.Mvc.ControllerContext
return void