Interface IAuthenticationService
- All Known Implementing Classes:
AuthenticationService
public interface IAuthenticationService
-
Method Summary
Modifier and TypeMethodDescriptionauthenticate
(UserLoginDTO userLoginDTO) register
(UserRegisterDTO userRegisterDTO)
-
Method Details
-
register
AuthenticationResponseDTO register(UserRegisterDTO userRegisterDTO) throws jakarta.mail.MessagingException - Throws:
jakarta.mail.MessagingException
-
authenticate
-