public class EmailVerificationService extends Object
| Constructor and Description |
|---|
EmailVerificationService() |
| Modifier and Type | Method and Description |
|---|---|
static ConfirmationBean |
confirmUser(String secretKey)
Confirms the link that user clicks is valid.
|
public static ConfirmationBean confirmUser(String secretKey) throws Exception
secretKey, - the secretKey that is sent as a link in the email.Exception, - if the link is expired or invalidExceptionCopyright © 2019 WSO2. All rights reserved.