public interface ResetPasswordService
| Modifier and Type | Interface and Description |
|---|---|
static class |
ResetPasswordService.ResetPasswordResponse |
| Modifier and Type | Method and Description |
|---|---|
ForgotPasswordInfo |
forgotPassword(java.lang.String email,
java.lang.String clientId,
java.lang.String redirectUri) |
ResetPasswordService.ResetPasswordResponse |
resetPassword(java.lang.String code,
java.lang.String password) |
ForgotPasswordInfo forgotPassword(java.lang.String email, java.lang.String clientId, java.lang.String redirectUri)
ResetPasswordService.ResetPasswordResponse resetPassword(java.lang.String code, java.lang.String password) throws InvalidPasswordException
InvalidPasswordException