Blog.Admin.Web.Controllers.AccountController.ChallengeResult.ChallengeResult C# (CSharp) 메소드

ChallengeResult() 공개 메소드

public ChallengeResult ( string provider, string redirectUri ) : System.Threading.Tasks
provider string
redirectUri string
리턴 System.Threading.Tasks
            public ChallengeResult(string provider, string redirectUri)
                : this(provider, redirectUri, null)
            {
            }

Same methods

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