메소드 | 설명 | |
---|---|---|
AccountService ( ) : System | ||
AccountService ( UserManager |
||
ChangePasswordAsync ( string userId, |
||
Create ( ) : |
||
CreateAccountAsync ( ApplicationUser newUser, string password ) : Task |
||
Dispose ( ) : void | ||
EmailTaken ( string email ) : Task |
||
GetUserByIdAsync ( string userId ) : Task |
||
GetUserByKeyAsync ( string userKey ) : Task |
||
GetUserByNameAsync ( string userName ) : Task |
||
LoginAsync ( |
||
UpdateLocation ( ApplicationUser user, |
||
UserNameTaken ( string username ) : Task |
메소드 | 설명 | |
---|---|---|
SetUserKey ( ApplicationUser &user, string &userKey ) : void |
public AccountService ( UserManager |
||
userManager | UserManager |
|
roleManager | RoleManager |
|
emailService | IEmailService | |
리턴 | System |
public ChangePasswordAsync ( string userId, |
||
userId | string | |
model | ||
리턴 | Task |
public CreateAccountAsync ( ApplicationUser newUser, string password ) : Task |
||
newUser | ApplicationUser | |
password | string | |
리턴 | Task |
public GetUserByKeyAsync ( string userKey ) : Task |
||
userKey | string | |
리턴 | Task |
public GetUserByNameAsync ( string userName ) : Task |
||
userName | string | |
리턴 | Task |
public LoginAsync ( |
||
model | ||
authOptions | ||
리턴 | Task |
public UpdateLocation ( ApplicationUser user, |
||
user | ApplicationUser | |
location | ||
리턴 | System.Threading.Tasks.Task |