Change password via mobile app?

There do not appear to be any back-end APIs available which would allow a “forgot password” flow to be supported via a mobile app - am I missing something? Is the only way to support this to have a user go to the website to do it via the front-end promptForgotPassword() API?

Thanks.

You can let your user change their password through either their desktop, tablet or mobile, however it can only be through the Api.
https://www.wix.com/corvid/reference/wix-users.html#promptForgotPassword

@givemeawhisky -

Yes, I saw that API, but unfortunately it is a front-end API. This means that yes i can do it on a desktop, tablet or mobile, but I have to do it through a web browser. Not optimal if I’m trying to integrate my mobile app with my website. That means I have to surface a browser widget in my app for the sole purpose of allowing the user to change their password, or launch a browser instance outside my app also for that sole purpose. Yuck.