Custom Forgot Password Flow using Okta.sdk in c#

@jatinderp.enest
Please check if the below apis of Okta dotnet sdk can help you.

  1. Generates a one-time token (OTT) that can be used to reset a user’s password
    Interface IUsersClient | Okta .NET SDK API Documentation

  2. Sets a new password for a user by validating the user’s answer to their current recovery question
    Interface IUsersClient | Okta .NET SDK API Documentation