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