C# Class Website.Controllers.AccountController

Inheritance: ApiController
Datei anzeigen Open project: beginor/practice Class Usage Examples

Public Methods

Method Description
AccountController ( UserManager userManager, SignInManager signInManager ) : System

Private Methods

Method Description
AddErrors ( IdentityResult result ) : void
ConfirmEmail ( string userId, string code ) : Task
ExternalLogin ( string provider, string returnUrl = null ) : IActionResult
ExternalLoginCallback ( string returnUrl = null ) : Task
ExternalLoginConfirmation ( ExternalLoginConfirmationViewModel model, string returnUrl = null ) : Task
ForgotPassword ( ) : IActionResult
ForgotPassword ( ForgotPasswordViewModel model ) : Task
ForgotPasswordConfirmation ( ) : IActionResult
GetCurrentUserAsync ( ) : Task
LogOff ( ) : IActionResult
Login ( string returnUrl = null ) : IActionResult
Login ( LoginViewModel model, string returnUrl = null ) : Task
RedirectToLocal ( string returnUrl ) : IActionResult
Register ( ) : IActionResult
Register ( RegisterViewModel model ) : Task
ResetPassword ( string code = null ) : IActionResult
ResetPassword ( ResetPasswordViewModel model ) : Task
ResetPasswordConfirmation ( ) : IActionResult
SendCode ( string returnUrl = null, bool rememberMe = false ) : Task
SendCode ( SendCodeViewModel model ) : Task
VerifyCode ( VerifyCodeViewModel model ) : Task
VerifyCode ( string provider, bool rememberMe, string returnUrl = null ) : Task

Method Details

AccountController() public method

public AccountController ( UserManager userManager, SignInManager signInManager ) : System
userManager UserManager
signInManager SignInManager
return System