C# 클래스 cautious_waddle.Controllers.AuthController

상속: Controller
파일 보기 프로젝트 열기: saiancha1/cautious-waddle

공개 메소드들

메소드 설명
AuthController ( UserManager userManager, IJwtFactory jwtFactory, IOptions jwtOptions, IProfilesRepository profileRepo, ICompaniesRepository companiesRepository, IConsultantsRepository consultantsRepository, IJobsRepository jobsRepository, ILocalEventsRepository localEventsRepository ) : System

비공개 메소드들

메소드 설명
AddUser ( CredentialsViewModel userViewModel, bool isAdmin = false, string role = "User" ) : Task
CheckUserAdmin ( ) : Task
DeleteUser ( string Id ) : Task
GetClaimsIdentity ( string userName, string password ) : Task
GetUsers ( ) : Task
Post ( CredentialsViewModel credentials ) : Task
UpdateUser ( AppUser viewModel ) : Task

메소드 상세

AuthController() 공개 메소드

public AuthController ( UserManager userManager, IJwtFactory jwtFactory, IOptions jwtOptions, IProfilesRepository profileRepo, ICompaniesRepository companiesRepository, IConsultantsRepository consultantsRepository, IJobsRepository jobsRepository, ILocalEventsRepository localEventsRepository ) : System
userManager UserManager
jwtFactory IJwtFactory
jwtOptions IOptions
profileRepo IProfilesRepository
companiesRepository ICompaniesRepository
consultantsRepository IConsultantsRepository
jobsRepository IJobsRepository
localEventsRepository ILocalEventsRepository
리턴 System