Method |
Description |
|
AddErrors ( IdentityResult result ) : void |
|
|
ConfirmEmail ( string userId, string code ) : Task |
|
|
ExternalLogin ( string provider, string returnUrl ) : Microsoft.AspNet.Mvc.ActionResult |
|
|
ExternalLoginCallback ( string returnUrl ) : Task |
|
|
ExternalLoginConfirmation ( ExternalLoginConfirmationViewModel model, string returnUrl ) : Task |
|
|
ExternalLoginFailure ( ) : Microsoft.AspNet.Mvc.ActionResult |
|
|
ForgotPassword ( ) : ActionResult |
|
|
ForgotPassword ( ForgotPasswordViewModel model ) : Task |
|
|
ForgotPasswordConfirmation ( ) : ActionResult |
|
|
LogOff ( ) : ActionResult |
|
|
Login ( string returnUrl ) : ActionResult |
|
|
Login ( LoginViewModel model, string returnUrl ) : Task |
|
|
RedirectToLocal ( string returnUrl ) : ActionResult |
|
|
Register ( ) : ActionResult |
|
|
Register ( RegisterViewModel model ) : Task |
|
|
ResetPassword ( string code ) : ActionResult |
|
|
ResetPassword ( ResetPasswordViewModel model ) : Task |
|
|
ResetPasswordConfirmation ( ) : ActionResult |
|
|
SendCode ( SendCodeViewModel model ) : Task |
|
|
SendCode ( string returnUrl, bool rememberMe ) : Task |
|
|
VerifyCode ( VerifyCodeViewModel model ) : Task |
|
|
VerifyCode ( string provider, string returnUrl, bool rememberMe ) : Task |
|
|