Good day. For the Twilio plugin, is there a way to keep the user logged in like the “stayLoggedIn” parameter we could set in the Login API: Backendless Login API - Backendless SDK for Flutter API Documentation ?
I am struggling to get the API docs of the deployed Twilio service. What does checkVerificationCode do? Or is it just something that gets called as part of registration and authentication of a User? Registering a User and Login a user works perfect with Twilio.
I see in your Flutter API, when we call the login() function of the UserService, it provides the “stayLoggedIn” parameter that gets sent to the Backendless.UserService.login server side function.
Is there something similar for the Twilio plugin? If not, how could I try and implement it by myself?
At this stage it will get costly to send an sms as verification every time someone opens the app. Even in testing it. I can bypass authentication but will probably then not be able to access tables. I can maybe just use normal authentication with username and password until there is an option to keep the user logged in.
Regards