You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I got that error from MoneyButtonClient when I login with email and password in Node.js.
Is there any special OAuth app certification process in Apps at moneybutton.com?
I cannot find any grant_type setting method in the Apps.
Here are codes:
var moneybutton = require('@moneybutton/api-client')
var constants = require('./constants')
async function main() {
var mbclient = new moneybutton.MoneyButtonClient(constants.CLIENT_ID, constants.CLIENT_SECRET)
await mbclient.logIn('[email protected]', 'MyPassword')
console.log(await mbclient.whoAmI())
}
main()
Hello,
I got that error from MoneyButtonClient when I login with email and password in Node.js.
Is there any special OAuth app certification process in Apps at moneybutton.com?
I cannot find any grant_type setting method in the Apps.
Here are codes:
and the error message:
Thank you
The text was updated successfully, but these errors were encountered: