Native Password Reset

With the Headless Forgot Password Flow, users can reset the password for their account by using a front-end experience that you customize. On the back end, your app calls the Headless Identity API’s Forgot Password Flow via an Experience Cloud site to reset the user’s password.

Before you set up a password reset flow, make sure that you completed the steps in Native Passwordless Login

To start the password reset flow, request the delivery of a one-time password with this method from the native login manager object. 

To reset the user’s password, use this method from the native login manager object. 

For working examples of Headless Passwordless Login Flow on Mobile SDK, see the iOSNativeLoginTemplate or the AndroidNativeLoginTemplate on GitHub.