resetByExistingPassword
abstract suspend fun resetByExistingPassword(parameters: Passwords.ResetByExistingPasswordParameters): AuthResponse
Reset a user's password and authenticate them
Parameters
parameters
required to reset a user's password
abstract fun resetByExistingPassword(parameters: Passwords.ResetByExistingPasswordParameters, callback: (AuthResponse) -> Unit)
Reset a user's password and authenticate them
Parameters
parameters
required to reset a user's password
callback
a callback that receives an AuthResponse