Blog.Admin.Web.Controllers.AccountController.ChallengeResult.ChallengeResult C# (CSharp) Method

ChallengeResult() public method

public ChallengeResult ( string provider, string redirectUri, string userId ) : System.Threading.Tasks
provider string
redirectUri string
userId string
return System.Threading.Tasks
            public ChallengeResult(string provider, string redirectUri, string userId)
            {
                LoginProvider = provider;
                RedirectUri = redirectUri;
                UserId = userId;
            }

Same methods

AccountController.ChallengeResult::ChallengeResult ( string provider, string redirectUri ) : System.Threading.Tasks
AccountController.ChallengeResult