Skip to content

Commit e5a6089

Browse files
authored
id -> tenantId in revokeSSOConfigurationLink (#220)
1 parent 1b5698a commit e5a6089

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/descope/sdk/mgmt/TenantService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ void update(String id, String name, List<String> selfProvisioningDomains, Map<St
160160
/**
161161
* Revoke an existing SSO configuration link for the tenant.
162162
*
163-
* @param id Tenant ID
163+
* @param tenantId Tenant ID
164164
* @param ssoID The SSO ID for which the link should be revoked
165165
* @throws DescopeException in case of errors
166166
*/
167-
void revokeSSOConfigurationLink(String id, String ssoID) throws DescopeException;
167+
void revokeSSOConfigurationLink(String tenantId, String ssoID) throws DescopeException;
168168
}

0 commit comments

Comments
 (0)