forgotPassword

open fun forgotPassword(email: String, callback: OAuthProvider.ForgetPasswordCallback)

Use to trigger Forgot Password email to user email

Parameters

email

: User email address

callback

: Callback that will pass onSuccess if Email sent, onFailure if not

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