Interface VerifyAccountFromEmailLinkFacade
- All Known Implementing Classes:
DefaultVerifyAccountFromLinkFacade
public interface VerifyAccountFromEmailLinkFacade
This interface is used to verify the registered user using email link
-
Method Summary
Modifier and TypeMethodDescriptionbooleanverifyEmail(String token) Verify the link clicked by customer to verify account.
-
Method Details
-
verifyEmail
boolean verifyEmail(String token) throws de.hybris.platform.commerceservices.customer.TokenInvalidatedException Verify the link clicked by customer to verify account.- Parameters:
token- - pass parameter getting from email- Returns:
- whether token is valid or not. Return true if token is valid
- Throws:
de.hybris.platform.commerceservices.customer.TokenInvalidatedException- - Invalid token exception
-