-
Type: Improvement
-
Resolution: Fixed
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Sync
-
None
Add remaining features from Realm Java to EmailPasswordAuth
class EmailPasswordAuth { suspend fun registerUser(email: String, password: String) suspend fun resendConfirmationEmail(email: String) suspend fun retryCustomConfirmation(email: String) String, varargs Any) suspend fun resetPassword(token: Strng, tokenId: String, newPassword: String) suspend fun sendResetPasswordEmail(email: String) val user: User val app: App }
suspend fun callResetPasswordFunction(email: String, newPassword: String)
is tracked separately in #744
- is depended on by
-
RKOTLIN-158 Story: [Sync] EmailAuthProvider API
- Closed
- related to
-
RKOTLIN-466 EmailPasswordAuth: Add support for callResetPasswordFunction
- Closed