Uses of Class
tv.hd3g.authkit.mod.dto.validated.ValidationSetupTOTPDto
-
Packages that use ValidationSetupTOTPDto Package Description tv.hd3g.authkit.mod.controller tv.hd3g.authkit.mod.service -
-
Uses of ValidationSetupTOTPDto in tv.hd3g.authkit.mod.controller
Methods in tv.hd3g.authkit.mod.controller with parameters of type ValidationSetupTOTPDto Modifier and Type Method Description org.springframework.http.ResponseEntity<Object>RestControllerMe. confirmTOTP(ValidationSetupTOTPDto setupDto, javax.servlet.http.HttpServletRequest request) -
Uses of ValidationSetupTOTPDto in tv.hd3g.authkit.mod.service
Methods in tv.hd3g.authkit.mod.service with parameters of type ValidationSetupTOTPDto Modifier and Type Method Description voidAuthenticationService. setupTOTPWithChecks(ValidationSetupTOTPDto setupDto, String expectedUserUUID)voidAuthenticationServiceImpl. setupTOTPWithChecks(ValidationSetupTOTPDto setupDto, String expectedUserUUID)
-