Méthode |
Description |
|
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void |
|
|
ConfirmationLink ( string id ) : Task |
|
|
ExternalLogin ( string provider, string returnUrl ) : System.Web.Mvc.ActionResult |
|
|
ExternalLoginCallback ( string returnUrl ) : Task |
|
|
ExternalLoginConfirmation ( DapperIdentity.Web.ViewModels.ExternalLoginConfirmationViewModel model, string returnUrl ) : Task |
|
|
ExternalLoginFailure ( ) : System.Web.Mvc.ActionResult |
|
|
ForgotPassword ( ) : System.Web.Mvc.ActionResult |
|
|
ForgotPassword ( DapperIdentity.Web.ViewModels.ForgotPasswordViewModel model ) : Task |
|
|
ForgotPasswordConfirmation ( ) : System.Web.Mvc.ActionResult |
|
|
LogOff ( ) : System.Web.Mvc.ActionResult |
|
|
Login ( string returnUrl ) : System.Web.Mvc.ActionResult |
|
|
Login ( DapperIdentity.Web.ViewModels.LoginViewModel model, string returnUrl ) : Task |
|
|
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult |
|
|
Register ( ) : System.Web.Mvc.ActionResult |
|
|
Register ( DapperIdentity.Web.ViewModels.RegisterViewModel model ) : Task |
|
|
ResendConfirmationToken ( User user ) : System.Threading.Tasks.Task |
This method generates a new confirmation token, updates the stored confirmation token and then sends a new confirmation email to the user. |
|
ResetPassword ( string code ) : System.Web.Mvc.ActionResult |
|
|
ResetPassword ( DapperIdentity.Web.ViewModels.ResetPasswordViewModel model ) : Task |
|
|
ResetPasswordConfirmation ( ) : System.Web.Mvc.ActionResult |
|
|
SignInAsync ( User user, bool isPersistent ) : System.Threading.Tasks.Task |
|
|