Uses of Class
callofproject.dev.authentication.dto.auth.AuthenticationResponse
Packages that use AuthenticationResponse
-
Uses of AuthenticationResponse in callofproject.dev.authentication.service
Methods in callofproject.dev.authentication.service that return AuthenticationResponseModifier and TypeMethodDescriptionAuthenticationService.authenticate(AuthenticationRequest request) Login operation for users.AuthenticationService.register(RegisterRequest request) Register user with given RegisterRequest parameter.AuthenticationService.registerUserCallback(RegisterRequest request) Register user with given RegisterRequest parameter.