Skip to content

Commit

Permalink
Revert "Add usermanagement.getAuthorizationUrl (#210)" (#211)
Browse files Browse the repository at this point in the history
This reverts commit 813e535.
  • Loading branch information
amadeo-workos authored Apr 11, 2024
1 parent 813e535 commit 18f1ba2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 148 deletions.
7 changes: 0 additions & 7 deletions src/main/kotlin/com/workos/WorkOS.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import com.workos.organizations.OrganizationsApi
import com.workos.passwordless.PasswordlessApi
import com.workos.portal.PortalApi
import com.workos.sso.SsoApi
import com.workos.usermanagement.UserManagementApi
import com.workos.webhooks.WebhooksApi
import org.apache.http.client.utils.URIBuilder
import java.lang.IllegalArgumentException
Expand Down Expand Up @@ -96,12 +95,6 @@ class WorkOS(
@JvmField
val mfa = MfaApi(this)

/**
* Module for interacting with the User Management API.
*/
@JvmField
val usermanagement = UserManagementApi(this)

/**
* Module for interacting with the Webhooks API.
*/
Expand Down
106 changes: 0 additions & 106 deletions src/main/kotlin/com/workos/usermanagement/UserManagementApi.kt

This file was deleted.

This file was deleted.

0 comments on commit 18f1ba2

Please sign in to comment.