Add account register and verify api
This commit is contained in:
@@ -23,6 +23,14 @@ interface IAuthenticationService {
|
||||
*/
|
||||
fun register(registerParam: RegisterParam)
|
||||
|
||||
/**
|
||||
* Send verify email
|
||||
*
|
||||
* @author FatttSnake, fatttsnake@gmail.com
|
||||
* @since 1.0.0
|
||||
*/
|
||||
fun resend()
|
||||
|
||||
/**
|
||||
* Verify
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user