com.getsensibill.sensibillauth / SensibillAuth / resetTemporaryPassword
resetTemporaryPassword
open fun resetTemporaryPassword(accessId:
String
, temporaryPassword:
String
, newPassword:
String
, callback:
SensibillAuth.AuthListener
):
Unit
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 processabstract fun resetTemporaryPassword(accessId:
String
, temporaryPassword:
String
, newPassword:
String
, callback:
SensibillAuth.AuthListener
, callbackScope: CoroutineScope):
Unit