I'm currently building a Box application, which will be used by Box users.
I use the Java Content API, to call the Rest services, to authenticate the user, everything works fine.
But I'm surprised that every time I log in my application, I need to use the 2 steps authentication, which includes receiving a code via text message on my phone.
How can I have the same behavior as in Box : 2 steps for the first login with a device, and then only one step if I re-use this device ?
