Uploaded image for project: 'Realm Kotlin'
  1. Realm Kotlin
  2. RKOTLIN-304

EmailAuthProvider API - Remaining functions

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 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

            Assignee:
            Unassigned Unassigned
            Reporter:
            christian.melchior@mongodb.com Christian Melchior (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: