
User16202856601166978126 (Customer) asked a question.
We have custom recovery flow that gets recovery token to the App. We want to use this recovery token to reset password for the user.
https://github.com/okta/okta-auth-swift*oktaauthstatuspasswordreset
Reset password OktaAuthStatusPasswordReset class is created within the SDK's recovery flow. Since our recovery flow triggered externally is there a way to continue recovery in iOS SDK using recovery token? or any other way to resolve this case?
JS SDK does support: https://github.com/okta/okta-auth-js/blob/master/docs/authn.md*resetpasswordoptions

Hello @User16202856601166978126 (Customer),
Please check the following thread with related information: https://support.okta.com/help/s/question/0D50Z00008G7VYu/how-to-implement-a-custom-forgotten-password-flow-using-only-the-rest-api?language=en_US
Also, feel free to post this question on our Okta Developer Forums: https://devforum.okta.com,
and they should be able to help you with this.
Regards,
Natalia
Okta Inc.
Hey @User16254393570754125507 (Okta) Thank you for responding. I did check above link. It does not answer our scenario. We want to start recovery using REST API and complete with SDK. Is that possible?