Class EmailVerificationService


  • public class EmailVerificationService
    extends Object
    The service that is responsible for the email verification functionality of carbon.
    • Constructor Detail

      • EmailVerificationService

        public EmailVerificationService()
    • Method Detail

      • confirmUser

        public static ConfirmationBean confirmUser​(String secretKey)
                                            throws Exception
        Confirms the link that user clicks is valid.
        Parameters:
        secretKey - , the secretKey that is sent as a link in the email.
        Returns:
        ConfirmationBean, if the link is valid.
        Throws:
        Exception