Uses of Class
com.greenloop.auth_service.model.VerificationToken
Packages that use VerificationToken
-
Uses of VerificationToken in com.greenloop.auth_service.repository
Methods in com.greenloop.auth_service.repository that return types with arguments of type VerificationTokenModifier and TypeMethodDescriptionVerificationTokenRepository.findByExpiryDateBeforeAndIsUsedIsFalse(Instant now) VerificationTokenRepository.findByToken(String token) VerificationTokenRepository.findByUserId(UUID userId)