let params = SCIMRotateTokenCancelParameters(connectionId: "scim-connection-test-d5a3b680-e8a3-40c0-b815-ab79986666d0")let response = try await StytchB2B.scim.rotateTokenCancel(params)
SCIM
Rotate Token Cancel
Cancels an in-progress SCIM bearer token rotation, keeping the existing token active. Calls the POST /sdk/v1/b2b/scim/rotate/cancel endpoint. Requires an active session.