Get plain username & password on server when user tries to login

I am trying to authenticate user login from some 3rd Party Api with same login credentials in case the login on Meteor fails.

I have tried to check for the username & password in Accounts.validateLoginAttempt, but it is not providing me the credentials which user just input from web app or mobile app.

Is there any work around to get plain username and password in that case?