forgotPassword

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 process


abstract fun forgotPassword(email: String, callback: OAuthProvider.ForgetPasswordCallback, callbackScope: CoroutineScope)