Description
Describe the bug?
The GenerateResetPasswordTokenAsync has no setting to set the "provider" query parameter to "Federation" similar to the below documentation https://developer.okta.com/docs/reference/api/users/#request-example-convert-a-user-to-a-federated-user.
What is expected to happen?
The method must have a parameter to set this or documentation must be updated to an alternative workaround
What is the actual behavior?
It's not possible to set this query parameter
Reproduction Steps?
public async System.Threading.Tasks.Task<Okta.Sdk.Client.ApiResponse> GenerateResetPasswordTokenWithHttpInfoAsync( string userId , bool sendEmail , bool? revokeSessions = default(bool?) , System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
The SDK doesnt support this feature
Additional Information?
No response
.NET Version
8.0.107
SDK Version
v8.
OS version
BuildNumber Caption OSArchitecture Version
19045 Microsoft Windows 10 Enterprise 64-bit 10.0.19045
Activity