com.getsensibill.sensibillauth / SensibillAuth / forgotPassword
forgotPassword
open fun forgotPassword(email:
String
, callback: ForgetPasswordCallback):
Unit
Call to send the user with the provided email a Reset Email
notification
Parameters
email
- The email of the user that needs to reset password
callback
- The callback to monitor state of Forgot Password processabstract fun forgotPassword(email:
String
, callback: ForgetPasswordCallback, callbackScope: CoroutineScope):
Unit