public interface EmailVerificationService
| Modifier and Type | Method and Description |
|---|---|
void |
confirmUser(String token)
Confirm email
|
String |
createVerificationToken(String email)
Create a verification token for email
|
void |
sendVerificationEmail(String token)
Send email with link for email confirmation
|
String createVerificationToken(String email)
email - Sca emailvoid sendVerificationEmail(String token)
token - verification tokenvoid confirmUser(String token)
token - verification tokenCopyright © 2021. All rights reserved.