Passing an additinal args to Accounts.onLogin() callback

Hello, Is there a way to pass an additional argument to the callback function of Accounts.onLogin() method? In fact I need to pass an additional argument with Meteor.loginWithPassword or other auth methods to server side. It there a way to do that?