AirTNG.Web.Controllers.AccountController.ChallengeResult.ChallengeResult C# (CSharp) Method

ChallengeResult() public method

public ChallengeResult ( string provider, string redirectUri ) : System.Linq
provider string
redirectUri string
return System.Linq
            public ChallengeResult(string provider, string redirectUri)
                : this(provider, redirectUri, null)
            {
            }

Same methods

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