resetTemporaryPassword

open fun resetTemporaryPassword(accessId: String, temporaryPassword: String, newPassword: String, callback: SensibillAuth.AuthListener)

Call to reset the user with accessId's password with a provided new password

Parameters

accessId

The access id of the user whose password we are resetting

temporaryPassword

the temporary password provided during password reset

newPassword

the desired new password

callback

The AuthListener to monitor the password reset process


abstract fun resetTemporaryPassword(accessId: String, temporaryPassword: String, newPassword: String, callback: SensibillAuth.AuthListener, callbackScope: CoroutineScope)