Interface VerificationCodeService

All Known Implementing Classes:
VerificationCodeServiceImpl

public interface VerificationCodeService
Service interface for handling verification code operations. Provides methods to generate and validate temporary verification codes.

Actually used for sensitive actions such as confim payments or password resets.

Since:
1.0.0
Version:
1.0.0, 06/23/2025
Author:
Fernando Cruz Cavina
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Generates a 6-digit numeric verification code tied to a unique key.
    Validates a verification code by checking its existence, expiration, and correctness.