Uses of Class
tv.hd3g.authkit.mod.dto.validated.ValidationTOTPDto
Packages that use ValidationTOTPDto
Package
Description
-
Uses of ValidationTOTPDto in tv.hd3g.authkit.mod.controller
Methods in tv.hd3g.authkit.mod.controller with parameters of type ValidationTOTPDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>RestControllerMe.removeTOTP(ValidationTOTPDto validationDto, javax.servlet.http.HttpServletRequest request) -
Uses of ValidationTOTPDto in tv.hd3g.authkit.mod.dto.validated
Subclasses of ValidationTOTPDto in tv.hd3g.authkit.mod.dto.validated -
Uses of ValidationTOTPDto in tv.hd3g.authkit.mod.service
Methods in tv.hd3g.authkit.mod.service with parameters of type ValidationTOTPDtoModifier and TypeMethodDescriptionvoidAuthenticationService.checkCodeAndPassword(Credential credential, ValidationTOTPDto validationDto) voidAuthenticationServiceImpl.checkCodeAndPassword(Credential credential, ValidationTOTPDto validationDto)