Property | Type | Description | |
---|---|---|---|
GetErrorResult | IHttpActionResult | ||
GetUserInfo | Task |
||
Logout | IHttpActionResult | ||
Register | Task |
||
RegisterExternal | Task |
Method | Description | |
---|---|---|
AccountController ( ) : System.Data.Entity | ||
AccountController ( ApplicationUserManager userManager, ISecureDataFormat |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
GetErrorResult ( Microsoft.AspNet.Identity.IdentityResult result ) : IHttpActionResult | ||
GetUserInfo ( ) : Task |
||
Logout ( ) : IHttpActionResult | ||
Register ( RegisterViewModel model ) : Task |
||
RegisterExternal ( ExternalLoginConfirmationViewModel model ) : Task |
public AccountController ( ) : System.Data.Entity | ||
return | System.Data.Entity |
public AccountController ( ApplicationUserManager userManager, ISecureDataFormat |
||
userManager | ApplicationUserManager | |
accessTokenFormat | ISecureDataFormat |
|
return | System.Data.Entity |