ing
This commit is contained in:
parent
49f90085d1
commit
f91f92c815
|
@ -9,7 +9,7 @@ import java.util.List;
|
||||||
|
|
||||||
public interface EmailAuthService {
|
public interface EmailAuthService {
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
EmailAuth read() throws OverflowException;
|
EmailAuth read(Long id) throws OverflowException;
|
||||||
|
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
EmailAuth readBySignupAuthKey(String token) throws OverflowException;
|
EmailAuth readBySignupAuthKey(String token) throws OverflowException;
|
||||||
|
@ -28,4 +28,7 @@ public interface EmailAuthService {
|
||||||
|
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
EmailAuth sendEmailResetPassword(Member member) throws OverflowException;
|
EmailAuth sendEmailResetPassword(Member member) throws OverflowException;
|
||||||
|
|
||||||
|
@WebappAPI
|
||||||
|
EmailAuth readByToken(String token) throws OverflowException;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user